summaryrefslogtreecommitdiffstats
path: root/clang/tools/CIndex/CIndexCodeCompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-512/+0
* Send code completion data in json format.Ted Kremenek2010-04-171-7/+9
* Add optional timing logging for code completion results. This causes a UDP p...Ted Kremenek2010-04-151-0/+87
* Prune includes.Benjamin Kramer2010-04-121-0/+3
* Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor2010-04-051-2/+2
* Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor2010-03-161-1/+4
* Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32.Benjamin Kramer2010-03-131-2/+6
* Make getTemporaryPath a static member of CIndexer and use it to replace tmpna...Benjamin Kramer2010-03-131-6/+2
* Fix bogus diagnostic format string.Daniel Dunbar2010-02-231-1/+1
* Teach ASTUnit to keep track of temporary files, then delete them whenDouglas Gregor2010-02-181-2/+10
* Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor2010-02-181-9/+13
* Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor2010-02-181-14/+42
* Convert clang_getCompletionChunkText() to return a CXString.Ted Kremenek2010-02-171-6/+8
* CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contractDaniel Dunbar2010-01-301-1/+7
* Introduce serialization and deserialization of diagnostic informationDouglas Gregor2010-01-281-4/+13
* Switch the remaining diagnostic printing in CIndex over to theDouglas Gregor2010-01-281-7/+21
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-231-28/+3
* Improve code completion by introducing patterns for the various C andDouglas Gregor2010-01-101-0/+20
* Split code in CIndex.cpp into multiple source files, and remove some unnecess...Ted Kremenek2010-01-051-0/+351
OpenPOWER on IntegriCloud