summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/LogDiagnosticPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-291-0/+2
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-261-1/+1
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-1/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-2/+2
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-2/+2
* Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support forDaniel Dunbar2011-04-071-0/+8
* Frontend: Continue flushing out LogDiagnosticPrinter.Daniel Dunbar2011-04-071-3/+24
* Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS toDaniel Dunbar2011-04-071-0/+48