aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/TextDiagnostic.cpp
AgeCommit message (Expand)Author
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