1. 9957e8b Remove extra ';'. by Devang Patel · 14 years ago
  2. 931ee8e serialized diagnostics: simplify code. by Benjamin Kramer · 14 years ago
  3. d010ba4 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 14 years ago
  4. cc88d26 serialized diagnostics: serialize the version info in a separate meta block. by Ted Kremenek · 14 years ago
  5. d89a827 serialized diagnostics: include FixIt information in serialized diagnostics. by Ted Kremenek · 14 years ago
  6. f264a20 serialized diagnostics: pull emission of filenames into diagnostic block. by Ted Kremenek · 14 years ago
  7. 0a49dae serialized diagnostics: pull emission of diagnostic flag string into diagnostics block. by Ted Kremenek · 14 years ago
  8. 31921506 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 · 14 years ago
  9. 59f1025 serialized diagnostics: emit source ranges. by Ted Kremenek · 14 years ago
  10. 337cd2a Move definition of record/block IDs for serialized diagnostics to public header. by Ted Kremenek · 14 years ago
  11. 868504a Serialized diagnostics: encode a 24 bit version number as part of the "magic number" of serialized diagnostics. by Ted Kremenek · 14 years ago
  12. 2724b1f serialized diagnostics: unique warning strings when emitting serialized diagnostics. by Ted Kremenek · 14 years ago
  13. f67bbca Serialized diagnostics: serialize "notes" as sub diagnostics of warnings and errors. by Ted Kremenek · 14 years ago
  14. fce371a Also include file modification time and size in output of SerializedDiagnosticPrinter. by Ted Kremenek · 14 years ago
  15. 4610ea2 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 · 14 years ago