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