summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-exprs.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-09-26 16:39:56 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-09-26 16:39:56 +0000
commit9ae3956f223b3f7961ffcca8da7f1a1b1f6585d7 (patch)
treec9a8e45c2fcb61a3ffb2637ab2a674676a23b313 /clang/test/Index/complete-exprs.cpp
parent39a76387e027054929cc893b475ed3d47e1fd1dc (diff)
downloadbcm5719-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-exprs.cpp')
-rw-r--r--clang/test/Index/complete-exprs.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Index/complete-exprs.cpp b/clang/test/Index/complete-exprs.cpp
index de3aac52c02..3f3bd5c55a6 100644
--- a/clang/test/Index/complete-exprs.cpp
+++ b/clang/test/Index/complete-exprs.cpp
@@ -78,7 +78,7 @@ namespace N {
// CHECK-CC4: NotImplemented:{ResultType const X *}{TypedText this} (40)
// RUN: c-index-test -code-completion-at=%s:43:14 %s | FileCheck -check-prefix=CHECK-CC5 %s
-// CHECK-CC5: FieldDecl:{ResultType int}{TypedText member} (8) (parent: ClassDecl 'N::C')
+// CHECK-CC5: FieldDecl:{ResultType int}{TypedText member} (8)
// CHECK-CC5: ParmDecl:{ResultType int}{TypedText param} (8)
-// CHECK-CC5: StructDecl:{TypedText X} (50) (parent: TranslationUnit '(null)')
-// CHECK-CC5: VarDecl:{ResultType int}{TypedText x} (12) (parent: Namespace 'N')
+// CHECK-CC5: StructDecl:{TypedText X} (50)
+// CHECK-CC5: VarDecl:{ResultType int}{TypedText x} (12)
OpenPOWER on IntegriCloud