[libclang] Remove the ParentKind cursor kind from code-completion results.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 26 Sep 2012 16:39:56 +0000 (16:39 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 26 Sep 2012 16:39:56 +0000 (16:39 +0000)
commit9ae3956f223b3f7961ffcca8da7f1a1b1f6585d7
treec9a8e45c2fcb61a3ffb2637ab2a674676a23b313
parent39a76387e027054929cc893b475ed3d47e1fd1dc
[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
13 files changed:
clang/include/clang-c/Index.h
clang/include/clang/Sema/CodeCompleteConsumer.h
clang/lib/Sema/CodeCompleteConsumer.cpp
clang/lib/Sema/SemaCodeComplete.cpp
clang/test/CodeCompletion/preamble.c
clang/test/Index/complete-documentation.cpp
clang/test/Index/complete-exprs.cpp
clang/test/Index/complete-lambdas.mm
clang/test/Index/complete-method-decls.m
clang/test/Index/complete-objc-message.m
clang/test/Index/complete-preamble.cpp
clang/test/Index/complete-qualified.cpp
clang/tools/libclang/CIndexCodeCompletion.cpp