aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/TextDiagnosticPrinter.cpp
AgeCommit message (Expand)Author
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-07Re-apply r159875 with fixes.Ted Kremenek
2012-07-07Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi
2012-07-06Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek
2012-05-10Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis
2012-02-15Remove the unuseful -fdiagnostics-show-nameDavid Blaikie
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
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-15Graduate the TextDiagnostic interface to its own header and source file,Chandler Carruth
2011-10-15Move the message printing to a class-static function so that it can beChandler Carruth
2011-10-15Move the diagnostic level printing into a class static helper. This willChandler Carruth
2011-10-15Rationalize the last bit of "arbitrary" state that is carried betweenChandler Carruth
2011-10-15Neither 'Warning' nor 'NonNote' was a good name for this location...Chandler Carruth
2011-10-15Nuke a bunch of FIXMEs that are now fixed. =] Also, remove the now-deadChandler Carruth
2011-10-15Sink the include stack printing into the generic text diagnosticChandler Carruth
2011-10-15Rationalize some of how the locations of prior diagnostics are trackedChandler Carruth
2011-10-15Sink the EmitDiagnosticLoc method down to the generic TextDiagnosticChandler Carruth
2011-10-15Sink the non-caret diagnostic logic down and out of the diagnosticChandler Carruth
2011-10-15Simplify the interface of a helper method in the TextDiagnosticPrinterChandler Carruth
2011-10-15Change 'Emit' to 'EmitCaret' which sums up what it *should* be doing.Chandler Carruth
2011-09-29Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag...Daniel Dunbar
2011-09-29Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor
2011-09-26Add back support for a manually formatted section of the diagnosticChandler Carruth
2011-09-26Hoist and beef up the asserts about the level of infrastructure expectedChandler Carruth
2011-09-26Switch the emission of diagnostics without a source location toChandler Carruth
2011-09-26Extract the actual printing of the message string into a helperChandler Carruth
2011-09-26Group the helpers for word wrapping with the primary routine. NoChandler Carruth
2011-09-26Don't print a stray ] at the end of diagnostics.Benjamin Kramer
2011-09-26Remove support for splitting word-wrapped diagnostic messages on newlineChandler Carruth
2011-09-26Move the word wrapped printing routine down to all the other helperChandler Carruth
2011-09-26Switch some of my recently added helper functions to use the properChandler Carruth
2011-09-26Rewrite the printing of diagnostic options, categories, etc to actuallyChandler Carruth
2011-09-26Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie
2011-09-26Delete an extraneous line I missed.Chandler Carruth
2011-09-26A direct extraction of the rest of the option printing into a helper.Chandler Carruth
2011-09-26Start a more correct pattern for factoring out the name printing. SlowlyChandler Carruth
2011-09-26Revert r140484. That was *not* ready to be committed! Only halfway done,Chandler Carruth
2011-09-26Fix a formatting goof.Chandler Carruth
2011-09-26Extract the diagnostic message formatting into a helper routine.Chandler Carruth
2011-09-25Extract the logic for printing a colorful level name into a helperChandler Carruth
2011-09-25Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-25Inline this method now that its completely trivial, and prepare forChandler Carruth
2011-09-25Shuffle some names around. 'CaretDiagnostic' is inaccurate as this needsChandler Carruth
2011-09-25Actually remove the members of CaretDiagnostic no longer in use forChandler Carruth
2011-09-25Sink the logic for suppressing some macro expansion notes from theChandler Carruth
2011-09-25Split the recursive macro expansion walk out from the routine whichChandler Carruth