aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexDiagnostic.cpp
AgeCommit message (Expand)Author
2013-02-03libclang: remove 'using namespace cxstring'Dmitri Gribenko
2013-02-02libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko
2013-02-01libclang: itroduce cxstring::createEmpty()Dmitri Gribenko
2013-01-26libclang: some type safety for CXTranslationUnitImpl's internalsDmitri Gribenko
2013-01-26libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-05-10Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis
2012-04-12Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek
2012-04-04Fix dead store warning.Ted Kremenek
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-02-29Remove stray semi-colon.Daniel Dunbar
2012-02-14Fix use-after-free introduced by me being an idiot.Ted Kremenek
2012-02-14Implement new DiagnosticsRenderer that packages notes retrieved by clang_getD...Ted Kremenek
2012-02-13drop more llvm:: prefixes on SmallString<>Dylan Noblesmith
2011-12-09Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530...Ted Kremenek
2011-12-01[libclang] Create a diagnostic set to pass at the end of indexing.Argyrios Kyrtzidis
2011-11-16[libclang] Add a comment in lazyCreateDiags to explain why the check and rese...Argyrios Kyrtzidis
2011-11-16[libclang] In lazyCreateDiags, recreate the diagnostic set if the number of d...Argyrios Kyrtzidis
2011-11-10serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek
2011-10-31[libclang] Add CXDiagnosticImpl to represent a super class for the implementa...Ted Kremenek
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-05-25A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis
2010-11-19Extend the libclang diagnostic API to provide information about theDouglas Gregor
2010-11-17Make definition of CXTranslationUnitImpl privateTed Kremenek
2010-11-16Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek
2010-11-16Move CXString creation/management routines intoTed Kremenek
2010-11-09ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-11-09Revert r118492, which didn't update all of its tests accordinglyDouglas Gregor
2010-11-09Introduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-10-12When we load an ASTUnit from command-line arguments, hold on to theDouglas Gregor
2010-10-11Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor
2010-08-18Simplify FixItHint by eliminated the unnecessary InsertionLocDouglas Gregor
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar