aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/TextDiagnostic.h
AgeCommit message (Expand)Author
2012-12-01Make helper classes anonymous. Make helper functions static instead of privat...Benjamin Kramer
2012-11-30When we're emitting a diagnostic with a source location in an importedDouglas Gregor
2012-11-30When an error occurs while building a module on demand, provide "WhileDouglas Gregor
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-05-10Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis
2012-04-18Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell
2012-04-17Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell
2012-04-17Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell
2012-02-14Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek
2011-12-17Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...Ted Kremenek
2011-10-16Now that the structure of this is more reasonably laid out, fix a longChandler Carruth
2011-10-16Add proper doxyments to the entry point routine, and remove a dead parameter.Chandler Carruth
2011-10-16Persist the TextDiagnostic object across multiple diagnostics as long asChandler Carruth
2011-10-15Clean up the names of all the TextDiagnostic methods (and even a staticChandler Carruth
2011-10-15Move two functions out of the public interface that shouldn't have everChandler Carruth
2011-10-15Graduate the TextDiagnostic interface to its own header and source file,Chandler Carruth