]> granicus.if.org Git - clang/commit
Eliminate clang_setUseExternalASTGeneration() from libclang. Between
authorDouglas Gregor <dgregor@apple.com>
Mon, 11 Oct 2010 16:52:23 +0000 (16:52 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 11 Oct 2010 16:52:23 +0000 (16:52 +0000)
commitb10daedb8fc4c6f70a66dbc1a6eea01684bb4e77
treefe88a90f6d496190f6b5e22199e8481a6324a748
parent334d47e92e9f241576fdeb7477b69a03136ba854
Eliminate clang_setUseExternalASTGeneration() from libclang. Between
improvements to the compiler and the introduction of crash recovery,
it no longer makes sense to allow this mode. Moreover, this eliminates
one use of the "clang" executable from within libclang; we'd like them
all to go away.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116207 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/remap-cursor-at.c
test/Index/remap-load.c
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/CIndexer.h
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports