summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/TextDiagnostic.h
Commit message (Expand)AuthorAgeFilesLines
* 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