summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-tokens-preamble.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-10-05 19:00:14 +0000
committerDouglas Gregor <dgregor@apple.com>2011-10-05 19:00:14 +0000
commit4c362d53105628e867452a29a0b0e5c5ff3ee60c (patch)
tree6065bc272d77bf9d3cd9bb883d85180e99e81014 /clang/test/Index/annotate-tokens-preamble.c
parent664e9f55bf70a157f2d0825bf495b6fe05e10ed1 (diff)
downloadbcm5719-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-preamble.c')
-rw-r--r--clang/test/Index/annotate-tokens-preamble.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Index/annotate-tokens-preamble.c b/clang/test/Index/annotate-tokens-preamble.c
index afac87a77aa..aa222bdee32 100644
--- a/clang/test/Index/annotate-tokens-preamble.c
+++ b/clang/test/Index/annotate-tokens-preamble.c
@@ -14,7 +14,7 @@ void f(void *ptr) {
// CHECK: Punctuation: "*" [3:13 - 3:14] ParmDecl=ptr:3:14 (Definition)
// CHECK: Identifier: "ptr" [3:14 - 3:17] ParmDecl=ptr:3:14 (Definition)
// CHECK: Punctuation: ")" [3:17 - 3:18] FunctionDecl=f:3:6 (Definition)
-// CHECK: Punctuation: "{" [3:19 - 3:20] UnexposedStmt=
-// CHECK: Punctuation: "}" [4:1 - 4:2] UnexposedStmt=
+// CHECK: Punctuation: "{" [3:19 - 3:20] CompoundStmt=
+// CHECK: Punctuation: "}" [4:1 - 4:2] CompoundStmt=
OpenPOWER on IntegriCloud