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
Showing
- include/clang-c/Index.h 0 additions, 12 deletionsinclude/clang-c/Index.h
- test/Index/remap-cursor-at.c 0 additions, 1 deletiontest/Index/remap-cursor-at.c
- test/Index/remap-load.c 0 additions, 2 deletionstest/Index/remap-load.c
- tools/c-index-test/c-index-test.c 0 additions, 10 deletionstools/c-index-test/c-index-test.c
- tools/libclang/CIndex.cpp 52 additions, 213 deletionstools/libclang/CIndex.cpp
- tools/libclang/CIndexer.h 1 addition, 9 deletionstools/libclang/CIndexer.h
- tools/libclang/libclang.darwin.exports 0 additions, 1 deletiontools/libclang/libclang.darwin.exports
- tools/libclang/libclang.exports 0 additions, 1 deletiontools/libclang/libclang.exports
Loading
Please register or sign in to comment