summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-4/+0
* Teach serialized diagnostics about notes without locations.Ted Kremenek2013-02-211-0/+10
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-12/+11
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-9/+9
* Teach the serialized diagnostic writer to clone() itself, sharingDouglas Gregor2012-11-301-67/+112
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-5/+6
* Avoid binding a reference to a dereferenced pointer in diagnostic serializationRichard Smith2012-08-211-92/+133
* Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis2012-05-101-16/+24
* Serialization: Switch over to using the native SmallVector based BitstreamWriterDaniel Dunbar2012-02-291-1/+1
* Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek2012-02-141-29/+10
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives...Ted Kremenek2011-12-171-71/+186
* Make changes to SDiagsWriter to make it work in combination with the ARC migr...Argyrios Kyrtzidis2011-12-071-29/+29
* Remove extra ';'.Devang Patel2011-11-151-1/+1
* serialized diagnostics: simplify code.Benjamin Kramer2011-11-101-5/+1
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-101-9/+26
* serialized diagnostics: serialize the version info in a separate meta block.Ted Kremenek2011-11-081-20/+31
* serialized diagnostics: include FixIt information in serialized diagnostics.Ted Kremenek2011-11-051-6/+41
* serialized diagnostics: pull emission of filenames into diagnostic block.Ted Kremenek2011-11-051-81/+56
* serialized diagnostics: pull emission of diagnostic flag string into diagnost...Ted Kremenek2011-11-051-65/+62
* Serialized diagnostics: pull category name serialization into diagnostic bloc...Ted Kremenek2011-11-051-24/+33
* serialized diagnostics: emit source ranges.Ted Kremenek2011-11-051-2/+55
* Move definition of record/block IDs for serialized diagnostics to public header.Ted Kremenek2011-11-051-16/+1
* Serialized diagnostics: encode a 24 bit version number as part of the "magic ...Ted Kremenek2011-11-051-4/+2
* serialized diagnostics: unique warning strings when emitting serialized diagn...Ted Kremenek2011-11-051-25/+61
* Serialized diagnostics: serialize "notes" as sub diagnostics of warnings and ...Ted Kremenek2011-11-051-4/+27
* Also include file modification time and size in output of SerializedDiagnosti...Ted Kremenek2011-11-051-1/+5
* Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek2011-10-291-0/+357
OpenPOWER on IntegriCloud