index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Frontend
/
LogDiagnosticPrinter.h
Age
Commit message (
Expand
)
Author
2013-05-03
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2011-09-29
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
Douglas Gregor
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-20
add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.
Chris Lattner
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-04-07
Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support for
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