diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-09-26 16:39:56 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-09-26 16:39:56 +0000 |
| commit | 9ae3956f223b3f7961ffcca8da7f1a1b1f6585d7 (patch) | |
| tree | c9a8e45c2fcb61a3ffb2637ab2a674676a23b313 /clang/test/Index/complete-preamble.cpp | |
| parent | 39a76387e027054929cc893b475ed3d47e1fd1dc (diff) | |
| download | bcm5719-llvm-9ae3956f223b3f7961ffcca8da7f1a1b1f6585d7.tar.gz bcm5719-llvm-9ae3956f223b3f7961ffcca8da7f1a1b1f6585d7.zip | |
[libclang] Remove the ParentKind cursor kind from code-completion results.
This is to reduce dependency to cursors for the code-completion results.
llvm-svn: 164705
Diffstat (limited to 'clang/test/Index/complete-preamble.cpp')
| -rw-r--r-- | clang/test/Index/complete-preamble.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/complete-preamble.cpp b/clang/test/Index/complete-preamble.cpp index 8f481052252..61fb90a9db9 100644 --- a/clang/test/Index/complete-preamble.cpp +++ b/clang/test/Index/complete-preamble.cpp @@ -4,5 +4,5 @@ void f() { } // RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:8 %s -o - | FileCheck -check-prefix=CC1 %s -// CHECK-CC1: {ResultType void}{TypedText wibble}{LeftParen (}{RightParen )} (50) (parent: Namespace 'std') +// CHECK-CC1: {ResultType void}{TypedText wibble}{LeftParen (}{RightParen )} (50) |

