1. 2a76410 Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives us comparative diagnostics by Ted Kremenek · 13 years ago
  2. 29f2787 Make changes to SDiagsWriter to make it work in combination with the ARC migrator: by Argyrios Kyrtzidis · 13 years ago
  3. 02ae32a Remove extra ';'. by Devang Patel · 13 years ago
  4. 6eb29d2 serialized diagnostics: simplify code. by Benjamin Kramer · 13 years ago
  5. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  6. 0b69aa8 serialized diagnostics: serialize the version info in a separate meta block. by Ted Kremenek · 13 years ago
  7. 96dcade serialized diagnostics: include FixIt information in serialized diagnostics. by Ted Kremenek · 13 years ago
  8. 0d34e6e serialized diagnostics: pull emission of filenames into diagnostic block. by Ted Kremenek · 13 years ago
  9. 3baf63d serialized diagnostics: pull emission of diagnostic flag string into diagnostics block. by Ted Kremenek · 13 years ago
  10. 0dbadc4 Serialized diagnostics: pull category name serialization into diagnostic blocks. The goal is to remove BLOCK_STRINGS so that the bitcode file can potentially be streamed. by Ted Kremenek · 13 years ago
  11. 2a20b4f serialized diagnostics: emit source ranges. by Ted Kremenek · 13 years ago
  12. fdd0ced Move definition of record/block IDs for serialized diagnostics to public header. by Ted Kremenek · 13 years ago
  13. 069f9c2 Serialized diagnostics: encode a 24 bit version number as part of the "magic number" of serialized diagnostics. by Ted Kremenek · 13 years ago
  14. 45d9275 serialized diagnostics: unique warning strings when emitting serialized diagnostics. by Ted Kremenek · 13 years ago
  15. 59b6161 Serialized diagnostics: serialize "notes" as sub diagnostics of warnings and errors. by Ted Kremenek · 13 years ago
  16. 28eac52 Also include file modification time and size in output of SerializedDiagnosticPrinter. by Ted Kremenek · 13 years ago
  17. 7800212 Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that serializes out the diagnostics for a given translation unit to a bit code file. This is a WIP. by Ted Kremenek · 13 years ago