summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CIndexDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-121-1/+10
* Fix dead store warning.Ted Kremenek2012-04-041-1/+2
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Remove stray semi-colon.Daniel Dunbar2012-02-291-1/+1
* Fix use-after-free introduced by me being an idiot.Ted Kremenek2012-02-141-6/+4
* Implement new DiagnosticsRenderer that packages notes retrieved by clang_getD...Ted Kremenek2012-02-141-3/+110
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-1/+1
* Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530...Ted Kremenek2011-12-091-2/+9
* [libclang] Create a diagnostic set to pass at the end of indexing.Argyrios Kyrtzidis2011-12-011-2/+3
* [libclang] Add a comment in lazyCreateDiags to explain why the check and rese...Argyrios Kyrtzidis2011-11-161-0/+17
* [libclang] In lazyCreateDiags, recreate the diagnostic set if the number of d...Argyrios Kyrtzidis2011-11-161-3/+16
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-101-7/+66
* [libclang] Add CXDiagnosticImpl to represent a super class for the implementa...Ted Kremenek2011-10-311-91/+28
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-5/+5
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-1/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-3/+3
* A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis2011-05-251-1/+2
* Extend the libclang diagnostic API to provide information about theDouglas Gregor2010-11-191-1/+92
* Make definition of CXTranslationUnitImpl privateTed Kremenek2010-11-171-0/+1
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-2/+2
* Move CXString creation/management routines intoTed Kremenek2010-11-161-0/+1
* ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-7/+7
* Revert r118492, which didn't update all of its tests accordinglyDouglas Gregor2010-11-091-7/+7
* Introduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-7/+7
* When we load an ASTUnit from command-line arguments, hold on to theDouglas Gregor2010-10-121-6/+2
* Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor2010-10-111-53/+0
* Simplify FixItHint by eliminated the unnecessary InsertionLocDouglas Gregor2010-08-181-20/+7
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-0/+285