summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CIndexDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""Christof Douma2017-06-271-18/+12
* Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"Christof Douma2017-06-191-12/+18
* [NFC] Refactor DiagnosticRenderer to use FullSourceLocChristof Douma2017-06-191-18/+12
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-4/+0
* [NFC] Header cleanupMehdi Amini2016-07-181-4/+2
* Roll-back r250822.Angel Garcia Gomez2015-10-201-4/+4
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-4/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+3
* unique_ptrify the diagnostics in CXDiagnosticSetImplDavid Blaikie2014-08-291-15/+14
* Fix typosAlp Toker2014-07-141-1/+1
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-14/+14
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-261-1/+0
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-39/+42
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+1
* libclang: fix a crash in clang_disposeDiagnosticSet when it is passed a NULL ...Dmitri Gribenko2014-02-121-3/+4
* Fix a typo in the function name that I just introduced (r201155)Dmitri Gribenko2014-02-111-3/+3
* libclang: audit all APIs that accept a CXTranslationUnit to make sure thatDmitri Gribenko2014-02-111-1/+14
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-031-1/+0
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-021-3/+3
* libclang: itroduce cxstring::createEmpty()Dmitri Gribenko2013-02-011-10/+10
* libclang: some type safety for CXTranslationUnitImpl's internalsDmitri Gribenko2013-01-261-2/+2
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-4/+4
* Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis2012-05-101-10/+20
* 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