summaryrefslogtreecommitdiffstats
path: root/clang/tools/CIndex/CIndexer.h
Commit message (Expand)AuthorAgeFilesLines
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-78/+0
* Prune includes.Benjamin Kramer2010-04-121-4/+0
* Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32.Benjamin Kramer2010-03-131-3/+0
* Make getTemporaryPath a static member of CIndexer and use it to replace tmpna...Benjamin Kramer2010-03-131-0/+3
* Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor2010-02-181-2/+10
* Revert my CIndex diagnostic changes (r96603, 96606, 96607), which wereDouglas Gregor2010-02-181-10/+2
* Resurrect the displayDiagnostics parameter to clang_createIndex(), andDouglas Gregor2010-02-181-2/+10
* Move createCXString() functions out of CIndexer and into the clang::cxstring ...Ted Kremenek2010-02-171-4/+7
* Switch the remaining diagnostic printing in CIndex over to theDouglas Gregor2010-01-281-9/+1
* Implement a diagnostics callback for the C interface to Clang, so thatDouglas Gregor2010-01-281-21/+3
* Introduce a CIndex API for lexing the raw tokens within a given sourceDouglas Gregor2010-01-261-0/+3
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-231-0/+14
* Eliminate CIndex's dependency on the Clang Index library, since weDouglas Gregor2010-01-221-12/+4
* Make createCXString() a static member function of class CIndex.Ted Kremenek2010-01-121-0/+2
* Split code in CIndex.cpp into multiple source files, and remove some unnecess...Ted Kremenek2010-01-051-0/+86
OpenPOWER on IntegriCloud