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/cursor-ref-names.cpp | |
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/cursor-ref-names.cpp')
-rw-r--r-- | clang/test/Index/cursor-ref-names.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/cursor-ref-names.cpp b/clang/test/Index/cursor-ref-names.cpp index fffc05b59ed..26174bca1af 100644 --- a/clang/test/Index/cursor-ref-names.cpp +++ b/clang/test/Index/cursor-ref-names.cpp @@ -26,7 +26,7 @@ int main() } // RUN: c-index-test -test-load-source all %s | FileCheck %s -// CHECK: cursor-ref-names.cpp:17:5: UnexposedStmt= Extent=[17:5 - 17:14] +// CHECK: cursor-ref-names.cpp:17:5: DeclStmt= Extent=[17:5 - 17:14] // CHECK: cursor-ref-names.cpp:17:9: VarDecl=inst:17:9 (Definition) Extent=[17:5 - 17:13] // CHECK: cursor-ref-names.cpp:17:5: TypeRef=struct Sub:7:8 Extent=[17:5 - 17:8] // CHECK: cursor-ref-names.cpp:17:9: CallExpr=Sub:7:8 Extent=[17:9 - 17:13] |