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