]> granicus.if.org Git - clang/commit
Introduce a new libclang aPI function,
authorDouglas Gregor <dgregor@apple.com>
Thu, 7 Jul 2011 16:03:39 +0000 (16:03 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 7 Jul 2011 16:03:39 +0000 (16:03 +0000)
commit3da626b4f38eb0350de960d71271ca77af7a9cc8
tree7033914fa939a04b65cef3767a1e4524149f7ad9
parent63ff703393543904046462aee2ac0a53b8937a3e
Introduce a new libclang aPI function,
clang_codeCompleteGetContexts(), that provides the client with
information about the context in which code completion has occurred
and what kinds of entities make sense as completions at that
point. Patch by Connor Wakamo!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134615 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
include/clang/Sema/CodeCompleteConsumer.h
lib/Frontend/ASTUnit.cpp
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
test/Index/code-completion.cpp
test/Index/complete-natural.m
tools/c-index-test/c-index-test.c
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports