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 | 42b2984771a7fd1b17c78bbb2c59fed3db2f1960 (patch) | |
tree | 943b9062b2efef4dc2b0c7d0daf2cbc66cbafa30 /test/Index/annotate-tokens-cxx0x.cpp | |
parent | 818eafb6ac56c87b80b34be29ca115cd309026d2 (diff) |
Expose more statement, expression, and declaration kinds in libclang,
from Manuel Holtgrewe!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/annotate-tokens-cxx0x.cpp')
-rw-r--r-- | test/Index/annotate-tokens-cxx0x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/annotate-tokens-cxx0x.cpp b/test/Index/annotate-tokens-cxx0x.cpp index 9dd5aa604a..71142fc977 100644 --- a/test/Index/annotate-tokens-cxx0x.cpp +++ b/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 |