summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXLoadedDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-121-0/+5
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-131-3/+3
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-3/+0
* Tweak serialized diagnostics to support errors with no categories. Fixes <rd...Ted Kremenek2011-12-071-1/+2
* Fix serialized diagnostics to handle FixIts that only remove text. Fixes <rd...Ted Kremenek2011-11-291-6/+17
* Tweak CXLoadedDiagnosticSetImpl::makeString() to include an extra null charac...Ted Kremenek2011-11-111-5/+8
* libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminato...NAKAMURA Takumi2011-11-111-1/+1
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-101-0/+655
OpenPOWER on IntegriCloud