History log of /external/clang/tools/libclang/CIndexer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
009d7d54ed9d15ccb50a1ed5a83f3b2b2cc4da84 13-Jun-2013 Benjamin Kramer <benny.kra@googlemail.com> libclang: Remove clang::RemapFiles, it's dead code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183902 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/libclang/CIndexer.cpp
082ad2bd3f6fb0aef727f6c9ab53d2c4aa75fd53 13-Jun-2013 Benjamin Kramer <benny.kra@googlemail.com> libclang: Port CIndexer::getClangResourcesPath to PathV2. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183901 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/libclang/CIndexer.cpp
f59edb96b2d0bfe612b732f19519ab84bb995bd4 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Sort #include lines for tools/...

Completely automated with sort_includes.py

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169240 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/libclang/CIndexer.cpp
1770e0dadcab966990cca4d7516253c886fd907c 22-Dec-2011 Dylan Noblesmith <nobled@dreamwidth.org> remove unneeded config.h includes



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147195 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/libclang/CIndexer.cpp
b219cfc4d75f0a03630b7c4509ef791b7e97b2c8 23-Sep-2011 David Blaikie <dblaikie@gmail.com> Switch assert(0/false) llvm_unreachable.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140367 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/libclang/CIndexer.cpp
893793b34c0f84c2239a153200b40ba1674d2400 08-Mar-2011 NAKAMURA Takumi <geek4civic@gmail.com> libclang/CIndexer.cpp: Apply a new API for Cygwin-1.7, instead of deprecated one.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127283 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/libclang/CIndexer.cpp
03013fa9a0bf1ef4b907f5fec006c8f4000fdd21 29-Nov-2010 Michael J. Spencer <bigcheesegs@gmail.com> Merge System into Support.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120297 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/libclang/CIndexer.cpp
3b35a4d21c9f6e48ee7e64fdf78fde39a61f602e 09-Nov-2010 NAKAMURA Takumi <geek4civic@gmail.com> c-index-test: Be available on Cygwin by using Win32's logic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118479 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/libclang/CIndexer.cpp
c44fe4bf2962bfcb323e93a63ba4a72d67839cde 12-Oct-2010 Francois Pichet <pichet2000@gmail.com> This patch remove the Win32 XFAIL from remap-complete.c

The problem was that text files were open in text mode and Microsoft implementation of fread and write will try to do nasty line-feed conversion which make the line position no longer valid. The fix is to read and write files in binary mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116286 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/libclang/CIndexer.cpp
d1e6fdb4c5325c61fedfa62751f70ee373880a52 12-Oct-2010 Douglas Gregor <dgregor@apple.com> 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
/external/clang/tools/libclang/CIndexer.cpp
ebaf2573ccfcfef179904db1aae965b5b778c72d 27-May-2010 Dan Gohman <gohman@apple.com> When handling raw_ostream errors manually, use clear_error() so that
raw_ostream doesn't try to do its own error handling.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104880 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/libclang/CIndexer.cpp
f51f20fa34654da75d15a9e2a1a0cd2fc0d8603d 30-Apr-2010 Daniel Dunbar <daniel@zuster.org> Rename 'CIndex' to 'libclang', since it has basically become our stable public
(C) API, and will likely grow further in this direction in the future.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102779 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/libclang/CIndexer.cpp