index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
SerializedDiagnosticPrinter.cpp
Age
Commit message (
Expand
)
Author
2013-05-03
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-02-21
Teach serialized diagnostics about notes without locations.
Ted Kremenek
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-30
Teach the serialized diagnostic writer to clone() itself, sharing
Douglas Gregor
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-08-21
Avoid binding a reference to a dereferenced pointer in diagnostic serialization
Richard Smith
2012-05-10
Fix an assertion hit when the serialized diagnostics writer receive a diagnostic
Argyrios Kyrtzidis
2012-02-29
Serialization: Switch over to using the native SmallVector based BitstreamWriter
Daniel Dunbar
2012-02-14
Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality
Ted Kremenek
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2011-12-17
Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives...
Ted Kremenek
2011-12-07
Make changes to SDiagsWriter to make it work in combination with the ARC migr...
Argyrios Kyrtzidis
2011-11-15
Remove extra ';'.
Devang Patel
2011-11-10
serialized diagnostics: simplify code.
Benjamin Kramer
2011-11-10
serialized diagnostics: implement full deserialization of clang diagnostics v...
Ted Kremenek
2011-11-08
serialized diagnostics: serialize the version info in a separate meta block.
Ted Kremenek
2011-11-05
serialized diagnostics: include FixIt information in serialized diagnostics.
Ted Kremenek
2011-11-05
serialized diagnostics: pull emission of filenames into diagnostic block.
Ted Kremenek
2011-11-05
serialized diagnostics: pull emission of diagnostic flag string into diagnost...
Ted Kremenek
2011-11-05
Serialized diagnostics: pull category name serialization into diagnostic bloc...
Ted Kremenek
2011-11-05
serialized diagnostics: emit source ranges.
Ted Kremenek
2011-11-05
Move definition of record/block IDs for serialized diagnostics to public header.
Ted Kremenek
2011-11-05
Serialized diagnostics: encode a 24 bit version number as part of the "magic ...
Ted Kremenek
2011-11-05
serialized diagnostics: unique warning strings when emitting serialized diagn...
Ted Kremenek
2011-11-05
Serialized diagnostics: serialize "notes" as sub diagnostics of warnings and ...
Ted Kremenek
2011-11-05
Also include file modification time and size in output of SerializedDiagnosti...
Ted Kremenek
2011-10-29
Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...
Ted Kremenek