aboutsummaryrefslogtreecommitdiff
path: root/tools/CIndex/CIndexCodeCompletion.cpp
AgeCommit message (Expand)Author
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar
2010-04-17Send code completion data in json format.Ted Kremenek
2010-04-15Add optional timing logging for code completion results. This causes a UDP p...Ted Kremenek
2010-04-12Prune includes.Benjamin Kramer
2010-04-05Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor
2010-03-16Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor
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-23Fix bogus diagnostic format string.Daniel Dunbar
2010-02-18Teach ASTUnit to keep track of temporary files, then delete them whenDouglas Gregor
2010-02-18Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor
2010-02-18Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor
2010-02-17Convert clang_getCompletionChunkText() to return a CXString.Ted Kremenek
2010-01-30CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contractDaniel Dunbar
2010-01-28Introduce serialization and deserialization of diagnostic informationDouglas Gregor
2010-01-28Switch the remaining diagnostic printing in CIndex over to theDouglas Gregor
2010-01-23Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor
2010-01-10Improve code completion by introducing patterns for the various C andDouglas Gregor
2010-01-05Split code in CIndex.cpp into multiple source files, and remove some unnecess...Ted Kremenek