aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/TextDiagnostic.cpp
AgeCommit message (Expand)Author
2012-07-12PR13312: Don't crash when printing a fixit that ends in a unicode character.Benjamin Kramer
2012-06-28When applying a template diff highlighting to a diagnostic message, rememberRichard Trieu
2012-06-28Fix template type diffing coloring (r159216) when forcing color output to a f...David Blaikie
2012-06-26Add template type diffing to Clang. This feature will provide a betterRichard Trieu
2012-06-22Documentation cleanup: escape \ characters in Doxygen comments as needed.James Dennett
2012-06-08If fixits appear to overlap, move the second one over in the output.Jordan Rose
2012-05-25ensure value passed to is space is representable as unsigned charSeth Cantrell
2012-05-24fix Bug 12924Seth Cantrell
2012-05-10Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis
2012-05-01Make some helper functions static.Benjamin Kramer
2012-04-26Revert r154981, because it caused PR12674.Nico Weber
2012-04-18Suppress -Wunused-variable warning in -Asserts buildMatt Beaumont-Gay
2012-04-18fix display of source lines with null charactersSeth Cantrell
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-17fix display of source lines with null charactersSeth 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
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2011-12-17Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...Ted Kremenek
2011-10-24Switch to a more natural formatting of the macro name printing.Chandler Carruth
2011-10-16Hoist the logic I added to compute the macro name into a helperChandler Carruth
2011-10-16Now that macro expansion notes are real notes and go through the sameChandler Carruth
2011-10-16Fix the original bug in our diagnostic printing that got me started onChandler Carruth
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