]> granicus.if.org Git - clang/commit
Introduce new libclang API functions that determine the availability
authorDouglas Gregor <dgregor@apple.com>
Mon, 23 Aug 2010 23:00:57 +0000 (23:00 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 23 Aug 2010 23:00:57 +0000 (23:00 +0000)
commit58ddb60f409125eda5436c4a1f070f7fa4744295
treee0c5fc04d2a54195f63229279e5089ffbca81592
parentd097be8f81fbf4ed96ac10bae18562dd8202666b
Introduce new libclang API functions that determine the availability
of a cursor or code-completion result, e.g., whether that result
refers to an unavailable, deleted, or deprecated declaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111858 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang-c/Index.h
include/clang/Frontend/ASTUnit.h
include/clang/Sema/CodeCompleteConsumer.h
lib/Frontend/ASTUnit.cpp
lib/Sema/CodeCompleteConsumer.cpp
test/Index/c-index-api-loadTU-test.m
test/Index/complete-exprs.c
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports