repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang-tools-extra
/
pseudo
/
test
/
cxx
/
empty-member-declaration.cpp
blob
2540dd010fceffdf332e6e4fadf20d85db2ae0ed
1
// RUN: clang-pseudo -grammar=cxx -source=%s --print-forest --forest-abbrev=false | FileCheck %s
2
class
A
{
3
;
4
// CHECK-NOT: member-declaration := ;
5
// CHECK: member-declaration := empty-declaration
6
// CHECK-NOT: member-declaration := ;
7
};