]> granicus.if.org Git - clang/commit
Eliminate CIndexer::getClangPath(), since libclang no longer depends
authorDouglas Gregor <dgregor@apple.com>
Mon, 11 Oct 2010 23:17:59 +0000 (23:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 11 Oct 2010 23:17:59 +0000 (23:17 +0000)
commitd1e6fdb4c5325c61fedfa62751f70ee373880a52
tree62591478d2c28409c77596d4c4e172f38c28eca2
parent535a55b2442cd7e5cd2834bf3a1f9d99e9c10975
Eliminate CIndexer::getClangPath(), since libclang no longer depends
on the presence of a 'clang' executable. Simplify
CIndexer::getClangResourcesPath() a bit.

Patch up the CMake makefiles to install headers into two locations in
the build tree, for those silly cases where 'clang' will end up
looking into the wrong build directory for headers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116260 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/CMakeLists.txt
tools/libclang/CIndexer.cpp
tools/libclang/CIndexer.h