forked from OSchip/llvm-project
parent
4a1b95bda0
commit
be3cdd3542
|
@ -121,7 +121,7 @@ auto incomplete = &three<Incomplete*, Incomplete**, const Incomplete*>;
|
||||||
// CHECK: | `-CXXRecordDecl {{.*}} struct S
|
// CHECK: | `-CXXRecordDecl {{.*}} struct S
|
||||||
// CHECK: |-NamespaceDecl {{.*}} A
|
// CHECK: |-NamespaceDecl {{.*}} A
|
||||||
// CHECK: | |-CXXRecordDecl {{.*}} struct C
|
// CHECK: | |-CXXRecordDecl {{.*}} struct C
|
||||||
// CHECK: | | |-CXXRecordDecl {{.*}} struct S
|
// CHECK: | | `-CXXRecordDecl {{.*}} struct S
|
||||||
// CHECK: | `-NamespaceDecl {{.*}} B
|
// CHECK: | `-NamespaceDecl {{.*}} B
|
||||||
// CHECK: | `-CXXRecordDecl {{.*}} struct S
|
// CHECK: | `-CXXRecordDecl {{.*}} struct S
|
||||||
// CHECK: |-VarDecl {{.*}} e 'A::B::S *(*)(B::A::S *, A::C::S &)'
|
// CHECK: |-VarDecl {{.*}} e 'A::B::S *(*)(B::A::S *, A::C::S &)'
|
||||||
|
|
Loading…
Reference in New Issue