summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndexer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libclang: Remove clang::RemapFiles, it's dead code.Benjamin Kramer2013-06-131-61/+0
| | | | llvm-svn: 183902
* libclang: Port CIndexer::getClangResourcesPath to PathV2. No functionality ↵Benjamin Kramer2013-06-131-14/+12
| | | | | | change. llvm-svn: 183901
* Sort #include lines for tools/...Chandler Carruth2012-12-041-4/+2
| | | | | | Completely automated with sort_includes.py llvm-svn: 169240
* remove unneeded config.h includesDylan Noblesmith2011-12-221-1/+1
| | | | llvm-svn: 147195
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
| | | | llvm-svn: 140367
* libclang/CIndexer.cpp: Apply a new API for Cygwin-1.7, instead of deprecated ↵NAKAMURA Takumi2011-03-081-0/+5
| | | | | | one. llvm-svn: 127283
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
| | | | llvm-svn: 120297
* c-index-test: Be available on Cygwin by using Win32's logic.NAKAMURA Takumi2010-11-091-1/+12
| | | | llvm-svn: 118479
* This patch remove the Win32 XFAIL from remap-complete.cFrancois Pichet2010-10-121-1/+2
| | | | | | 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. llvm-svn: 116286
* Eliminate CIndexer::getClangPath(), since libclang no longer dependsDouglas Gregor2010-10-111-37/+17
| | | | | | | | | | | 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. llvm-svn: 116260
* When handling raw_ostream errors manually, use clear_error() so thatDan Gohman2010-05-271-0/+1
| | | | | | raw_ostream doesn't try to do its own error handling. llvm-svn: 104880
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-0/+154
(C) API, and will likely grow further in this direction in the future. llvm-svn: 102779
OpenPOWER on IntegriCloud