summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/TextDiagnostic.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""Christof Douma2017-06-271-26/+17
* Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"Christof Douma2017-06-191-17/+26
* [NFC] Refactor DiagnosticRenderer to use FullSourceLocChristof Douma2017-06-191-26/+17
* Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg2016-08-261-0/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* DiagnosticRenderer: emit basic notes as real diagnosticsAlp Toker2014-06-211-2/+0
* TextDiagnostic: print remark level diagnostics in bold tooAlp Toker2014-06-211-6/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-28/+28
* clang-cl: print diagnostics as "error(clang): foo" in /fallback modeHans Wennborg2013-09-241-1/+2
* Make helper classes anonymous. Make helper functions static instead of privat...Benjamin Kramer2012-12-011-12/+0
* When we're emitting a diagnostic with a source location in an importedDouglas Gregor2012-11-301-0/+4
* When an error occurs while building a module on demand, provide "WhileDouglas Gregor2012-11-301-0/+4
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis2012-05-101-9/+15
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-181-4/+7
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-171-7/+4
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-171-4/+7
* Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek2012-02-141-1/+1
* Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...Ted Kremenek2011-12-171-60/+26
* Now that the structure of this is more reasonably laid out, fix a longChandler Carruth2011-10-161-6/+7
* Add proper doxyments to the entry point routine, and remove a dead parameter.Chandler Carruth2011-10-161-2/+13
* Persist the TextDiagnostic object across multiple diagnostics as long asChandler Carruth2011-10-161-14/+1
* Clean up the names of all the TextDiagnostic methods (and even a staticChandler Carruth2011-10-151-11/+11
* Move two functions out of the public interface that shouldn't have everChandler Carruth2011-10-151-32/+9
* Graduate the TextDiagnostic interface to its own header and source file,Chandler Carruth2011-10-151-0/+178