diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-10-05 19:00:14 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-10-05 19:00:14 +0000 |
commit | 4c362d53105628e867452a29a0b0e5c5ff3ee60c (patch) | |
tree | 6065bc272d77bf9d3cd9bb883d85180e99e81014 /clang/test/Index/TestClassDecl.m | |
parent | 664e9f55bf70a157f2d0825bf495b6fe05e10ed1 (diff) | |
download | bcm5719-llvm-4c362d53105628e867452a29a0b0e5c5ff3ee60c.tar.gz bcm5719-llvm-4c362d53105628e867452a29a0b0e5c5ff3ee60c.zip |
Expose more statement, expression, and declaration kinds in libclang,
from Manuel Holtgrewe!
llvm-svn: 141200
Diffstat (limited to 'clang/test/Index/TestClassDecl.m')
-rw-r--r-- | clang/test/Index/TestClassDecl.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/TestClassDecl.m b/clang/test/Index/TestClassDecl.m index 2e11191dca6..e94a5c12fa3 100644 --- a/clang/test/Index/TestClassDecl.m +++ b/clang/test/Index/TestClassDecl.m @@ -25,7 +25,7 @@ void function(Foo * arg) // CHECK-scan: [13:15 - 13:18] ObjCClassRef=Foo:10:12 // CHECK-scan: [13:18 - 13:24] ParmDecl=arg:13:21 (Definition) // CHECK-scan: [13:24 - 14:1] FunctionDecl=function:13:6 (Definition) -// CHECK-scan: [14:1 - 16:2] UnexposedStmt= +// CHECK-scan: [14:1 - 16:2] CompoundStmt= // CHECK-load: TestClassDecl.m:10:12: ObjCInterfaceDecl=Foo:10:12 Extent=[10:1 - 11:5] // CHECK-load: TestClassDecl.m:13:6: FunctionDecl=function:13:6 (Definition) Extent=[13:1 - 16:2] |