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/cursor-ref-names.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/cursor-ref-names.cpp')
-rw-r--r-- | test/Index/cursor-ref-names.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/cursor-ref-names.cpp b/test/Index/cursor-ref-names.cpp index fffc05b59e..26174bca1a 100644 --- a/test/Index/cursor-ref-names.cpp +++ b/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] |