]> granicus.if.org Git - clang/commit
[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)
commit526d24444c91404dc4165b141e5ec095125c1bc8
treeae1cbdde0e2c16a3315a380742e9fcc2c6174e80
parente6d22027bc22d3767a2acdc80299c76b91159867
[libclang] Remove the ParentKind cursor kind from code-completion results.

This is to reduce dependency to cursors for the code-completion results.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164705 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang-c/Index.h
include/clang/Sema/CodeCompleteConsumer.h
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
test/CodeCompletion/preamble.c
test/Index/complete-documentation.cpp
test/Index/complete-exprs.cpp
test/Index/complete-lambdas.mm
test/Index/complete-method-decls.m
test/Index/complete-objc-message.m
test/Index/complete-preamble.cpp
test/Index/complete-qualified.cpp
tools/libclang/CIndexCodeCompletion.cpp