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
/
LogDiagnosticPrinter.cpp
Age
Commit message (
Expand
)
Author
2013-05-03
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-01-17
Remove unnecessary default cases in switches over enums.
David Blaikie
2011-09-29
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
Douglas Gregor
2011-09-28
[driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICS
Chad Rosier
2011-09-26
Rename DiagnosticInfo to Diagnostic as per issue 5397
David Blaikie
2011-09-25
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-05-05
Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling.
Daniel Dunbar
2011-04-07
Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support for
Daniel Dunbar
2011-04-07
Fronted/CC_LOG_DIAGNOSTICS: Tweak output form to be plist chunks, and don't
Daniel Dunbar
2011-04-07
Frontend: Continue flushing out LogDiagnosticPrinter.
Daniel Dunbar
2011-04-07
Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to
Daniel Dunbar