summaryrefslogtreecommitdiffstats
path: root/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
commit42b2984771a7fd1b17c78bbb2c59fed3db2f1960 (patch)
tree943b9062b2efef4dc2b0c7d0daf2cbc66cbafa30 /test/Index/annotate-tokens-preamble.c
parent818eafb6ac56c87b80b34be29ca115cd309026d2 (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-preamble.c')
-rw-r--r--test/Index/annotate-tokens-preamble.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/annotate-tokens-preamble.c b/test/Index/annotate-tokens-preamble.c
index afac87a77a..aa222bdee3 100644
--- a/test/Index/annotate-tokens-preamble.c
+++ b/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=