aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/SerializedDiagnosticPrinter.cpp
AgeCommit message (Expand)Author
2013-05-03Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor
2013-02-21Teach serialized diagnostics about notes without locations.Ted Kremenek
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-30Teach the serialized diagnostic writer to clone() itself, sharingDouglas Gregor
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-08-21Avoid binding a reference to a dereferenced pointer in diagnostic serializationRichard Smith
2012-05-10Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis
2012-02-29Serialization: Switch over to using the native SmallVector based BitstreamWriterDaniel Dunbar
2012-02-14Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
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-15Remove extra ';'.Devang Patel
2011-11-10serialized diagnostics: simplify code.Benjamin Kramer
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: pull emission of diagnostic flag string into diagnost...Ted Kremenek
2011-11-05Serialized diagnostics: pull category name serialization into diagnostic bloc...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-11-05Serialized diagnostics: encode a 24 bit version number as part of the "magic ...Ted Kremenek
2011-11-05serialized diagnostics: unique warning strings when emitting serialized diagn...Ted Kremenek
2011-11-05Serialized diagnostics: serialize "notes" as sub diagnostics of warnings and ...Ted Kremenek
2011-11-05Also include file modification time and size in output of SerializedDiagnosti...Ted Kremenek
2011-10-29Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek