aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/SerializedDiagnosticPrinter.h
AgeCommit message (Expand)Author
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2011-12-17Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives...Ted Kremenek
2011-12-07Make changes to SDiagsWriter to make it work in combination with the ARC migr...Argyrios Kyrtzidis
2011-11-10serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek
2011-11-08serialized diagnostics: serialize the version info in a separate meta block.Ted Kremenek
2011-11-05serialized diagnostics: include FixIt information in serialized diagnostics.Ted Kremenek
2011-11-05serialized diagnostics: pull emission of filenames into diagnostic block.Ted Kremenek
2011-11-05serialized diagnostics: emit source ranges.Ted Kremenek
2011-11-05Move definition of record/block IDs for serialized diagnostics to public header.Ted Kremenek
2011-10-29Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek