summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Driver: Include driver diagnostics when we --serialize-diagnosticsJustin Bogner2014-10-231-14/+228
* Re-apply "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnos...Justin Bogner2014-10-141-4/+2
* Revert "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnosti...Justin Bogner2014-10-141-2/+4
* Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnostic (NFC)Justin Bogner2014-10-141-4/+2
* Reduce double set lookups. NFC.Benjamin Kramer2014-10-101-4/+2
* unique_ptrify ChainedDiagnosticConsumer's ctor parametersDavid Blaikie2014-09-151-3/+3
* unique_ptrify the raw_ostream argument to clang::serialized_diags::createDavid Blaikie2014-08-291-8/+9
* Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie2014-07-191-1/+1
* Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.Alexander Kornienko2014-05-221-2/+1
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-5/+6
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-32/+31
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Serialized diagnostic severity levels should be stable.Jordan Rose2014-03-031-2/+17
* 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