summaryrefslogtreecommitdiffstats
path: root/clang/tools/CIndex/CIndexDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-285/+0
* Prune includes.Benjamin Kramer2010-04-121-0/+1
* Minor ASTUnit cleanups:Douglas Gregor2010-04-051-3/+3
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-311-1/+1
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-311-1/+1
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-311-1/+1
* Make sure that we have File IDs for all of the unsaved files before weDouglas Gregor2010-03-241-0/+1
* Rework the CIndex API for displaying diagnostics. Instead of printingDouglas Gregor2010-02-221-24/+22
* Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLLDouglas Gregor2010-02-211-0/+7
* Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges.Douglas Gregor2010-02-191-61/+29
* Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor2010-02-181-3/+82
* Revert my CIndex diagnostic changes (r96603, 96606, 96607), which wereDouglas Gregor2010-02-181-75/+0
* Introduce CIndex API functions for displaying a diagnostic, with someDouglas Gregor2010-02-181-0/+75
* Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor2010-02-181-94/+64
* Move createCXString() functions out of CIndexer and into the clang::cxstring ...Ted Kremenek2010-02-171-35/+36
* Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel!Douglas Gregor2010-02-081-23/+13
* CIndex: Fix diagnostic callback to not return SourceLocations with a referenc...Daniel Dunbar2010-01-301-9/+17
* CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contractDaniel Dunbar2010-01-301-1/+6
* When printing diagnostics in c-index-test, also print source rangesDouglas Gregor2010-01-291-0/+12
* Introduce serialization and deserialization of diagnostic informationDouglas Gregor2010-01-281-0/+47
* Implement a diagnostics callback for the C interface to Clang, so thatDouglas Gregor2010-01-281-0/+198
OpenPOWER on IntegriCloud