summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/LogDiagnosticPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-2/+2
* Add DiagID and Warning Flag to DiagnosticsLogSteven Wu2014-11-141-0/+10
* Fix memory leak of raw_ostreams in LogDiagnosticPrinter handling.David Blaikie2014-09-151-11/+5
* Use PlistSupport in a few more placesAlp Toker2014-07-061-48/+35
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-1/+1
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+1
* Split FileEntry name vs. isValidBen Langmuir2014-02-271-2/+2
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-5/+0
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-3/+4
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-2/+2
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-291-0/+6
* [driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICSChad Rosier2011-09-281-5/+30
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-261-1/+1
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-4/+4
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-7/+7
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling.Daniel Dunbar2011-05-051-2/+2
* Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support forDaniel Dunbar2011-04-071-2/+19
* Fronted/CC_LOG_DIAGNOSTICS: Tweak output form to be plist chunks, and don'tDaniel Dunbar2011-04-071-11/+25
* Frontend: Continue flushing out LogDiagnosticPrinter.Daniel Dunbar2011-04-071-5/+81
* Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS toDaniel Dunbar2011-04-071-0/+39