summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/TextDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Suppress -Wunused-variable warning in -Asserts buildMatt Beaumont-Gay2012-04-181-1/+1
* fix display of source lines with null charactersSeth Cantrell2012-04-181-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-181-159/+439
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-171-440/+160
* fix display of source lines with null charactersSeth Cantrell2012-04-171-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-171-158/+435
* Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek2012-02-141-1/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...Ted Kremenek2011-12-171-260/+24
* Switch to a more natural formatting of the macro name printing.Chandler Carruth2011-10-241-2/+2
* Hoist the logic I added to compute the macro name into a helperChandler Carruth2011-10-161-16/+30
* Now that macro expansion notes are real notes and go through the sameChandler Carruth2011-10-161-2/+23
* Fix the original bug in our diagnostic printing that got me started onChandler Carruth2011-10-161-29/+12
* Now that the structure of this is more reasonably laid out, fix a longChandler Carruth2011-10-161-27/+35
* Add proper doxyments to the entry point routine, and remove a dead parameter.Chandler Carruth2011-10-161-2/+1
* Persist the TextDiagnostic object across multiple diagnostics as long asChandler Carruth2011-10-161-11/+3
* Clean up the names of all the TextDiagnostic methods (and even a staticChandler Carruth2011-10-151-23/+25
* Move two functions out of the public interface that shouldn't have everChandler Carruth2011-10-151-206/+206
* Graduate the TextDiagnostic interface to its own header and source file,Chandler Carruth2011-10-151-0/+1098