aboutsummaryrefslogtreecommitdiff
path: root/tools/CIndex/CIndexDiagnostic.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-04-05Minor ASTUnit cleanups:Douglas Gregor
2010-03-31Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor
2010-03-31Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor
2010-03-31Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor
2010-03-24Make sure that we have File IDs for all of the unsaved files before weDouglas Gregor
2010-02-22Rework the CIndex API for displaying diagnostics. Instead of printingDouglas Gregor
2010-02-21Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLLDouglas Gregor
2010-02-19Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges.Douglas Gregor
2010-02-18Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor
2010-02-18Revert my CIndex diagnostic changes (r96603, 96606, 96607), which wereDouglas Gregor
2010-02-18Introduce CIndex API functions for displaying a diagnostic, with someDouglas Gregor
2010-02-18Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor
2010-02-17Move createCXString() functions out of CIndexer and into the clang::cxstring ...Ted Kremenek
2010-02-08Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel!Douglas Gregor
2010-01-30CIndex: Fix diagnostic callback to not return SourceLocations with a referenc...Daniel Dunbar
2010-01-30CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contractDaniel Dunbar
2010-01-29When printing diagnostics in c-index-test, also print source rangesDouglas Gregor
2010-01-28Introduce serialization and deserialization of diagnostic informationDouglas Gregor
2010-01-28Implement a diagnostics callback for the C interface to Clang, so thatDouglas Gregor