aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CXStoredDiagnostic.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-02libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko
2013-02-01libclang: itroduce cxstring::createEmpty()Dmitri Gribenko
2012-07-07Re-apply r159875 with fixes.Ted Kremenek
2012-07-07Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi
2012-07-06Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek
2012-04-12Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek
2012-01-17Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie
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