1. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 13 years ago
  2. 1e4c01b drop more llvm:: prefixes on OwningPtr<> by Dylan Noblesmith · 13 years ago
  3. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  4. 13eee19 Tweak serialized diagnostics to support errors with no categories. Fixes <rdar://problem/10538300>. by Ted Kremenek · 13 years ago
  5. 952538d Fix serialized diagnostics to handle FixIts that only remove text. Fixes <rdar://problem/10473903>. by Ted Kremenek · 13 years ago
  6. e97ac9e Tweak CXLoadedDiagnosticSetImpl::makeString() to include an extra null character, and change the creation of the FixIT's string to again just rely on this string (instead of duplicating it when calling createCXString). by Ted Kremenek · 13 years ago
  7. 40f6975 libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminator on fixit. by NAKAMURA Takumi · 13 years ago
  8. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago