summaryrefslogtreecommitdiffstats
path: root/clang/tools/CIndex/CIndexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-154/+0
* Prune includes.Benjamin Kramer2010-04-121-1/+0
* Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32.Benjamin Kramer2010-03-131-3/+3
* Make getTemporaryPath a static member of CIndexer and use it to replace tmpna...Benjamin Kramer2010-03-131-3/+3
* CIndex: Respect TMPDIR/TEMP/TMP when making temporary files for remapping. As aDaniel Dunbar2010-02-021-5/+27
* Fix libCIndex.so's lookup of the clang executable on CMake out-of-tree builds.Chandler Carruth2010-01-271-1/+1
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-231-0/+37
* Split code in CIndex.cpp into multiple source files, and remove some unnecess...Ted Kremenek2010-01-051-0/+96
OpenPOWER on IntegriCloud