summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CXStoredDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+0
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-261-1/+2
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+1
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-031-1/+0
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-021-5/+5
* libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko2013-02-021-2/+2
* libclang: itroduce cxstring::createEmpty()Dmitri Gribenko2013-02-011-1/+1
* Re-apply r159875 with fixes.Ted Kremenek2012-07-071-6/+1
* Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi2012-07-071-1/+6
* Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek2012-07-061-6/+1
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-121-0/+5
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-1/+0
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-101-3/+0
* [libclang] Add CXDiagnosticImpl to represent a super class for the implementa...Ted Kremenek2011-10-311-0/+118