aboutsummaryrefslogtreecommitdiff
path: root/tools/CIndex/CIndexer.cpp
AgeCommit message (Expand)Author
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar
2010-04-12Prune includes.Benjamin Kramer
2010-03-13Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32.Benjamin Kramer
2010-03-13Make getTemporaryPath a static member of CIndexer and use it to replace tmpna...Benjamin Kramer
2010-02-02CIndex: Respect TMPDIR/TEMP/TMP when making temporary files for remapping. As aDaniel Dunbar
2010-01-27Fix libCIndex.so's lookup of the clang executable on CMake out-of-tree builds.Chandler Carruth
2010-01-23Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor
2010-01-05Split code in CIndex.cpp into multiple source files, and remove some unnecess...Ted Kremenek