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/annotate-tokens-cxx0x.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/annotate-tokens-cxx0x.cpp')
-rw-r--r-- | clang/test/Index/annotate-tokens-cxx0x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/annotate-tokens-cxx0x.cpp b/clang/test/Index/annotate-tokens-cxx0x.cpp index 9dd5aa604a2..71142fc9776 100644 --- a/clang/test/Index/annotate-tokens-cxx0x.cpp +++ b/clang/test/Index/annotate-tokens-cxx0x.cpp @@ -9,7 +9,7 @@ void test() { } // RUN: c-index-test -test-annotate-tokens=%s:1:1:5:1 -fno-delayed-template-parsing -std=c++0x %s | FileCheck %s -// CHECK: Identifier: "args" [3:20 - 3:24] UnexposedExpr=args:2:15 +// CHECK: Identifier: "args" [3:20 - 3:24] SizeOfPackExpr=args:2:15 // CHECK: Identifier: "Args" [3:38 - 3:42] TypeRef=Args:1:22 // RUN: c-index-test -test-annotate-tokens=%s:8:1:9:1 -std=c++0x %s | FileCheck -check-prefix=CHECK-DECLTYPE %s |