aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CXLoadedDiagnostic.cpp
AgeCommit message (Expand)Author
2013-03-01Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit
2013-02-18libclang: don't store nul-terminated strings as StringRefs,Dmitri Gribenko
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-20update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...Chris Lattner
2013-01-19random tidyingChris Lattner
2013-01-19update header comment.Chris Lattner
2013-01-15Fix CastingDavid Greene
2012-04-12Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith
2012-01-17Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie
2011-12-07Tweak serialized diagnostics to support errors with no categories. Fixes <rd...Ted Kremenek
2011-11-29Fix serialized diagnostics to handle FixIts that only remove text. Fixes <rd...Ted Kremenek
2011-11-11Tweak CXLoadedDiagnosticSetImpl::makeString() to include an extra null charac...Ted Kremenek
2011-11-11libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminato...NAKAMURA Takumi
2011-11-10serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek