Age | Commit message (Expand) | Author |
2013-05-03 | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-10-23 | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor |
2012-05-10 | Fix an assertion hit when the serialized diagnostics writer receive a diagnostic | Argyrios Kyrtzidis |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2011-10-16 | Persist the TextDiagnostic object across multiple diagnostics as long as | 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 | 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-09-29 | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor |
2011-09-26 | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie |
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 | 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-07 | Extract the emission of the diagnostic's location into a separate | Chandler Carruth |
2011-09-07 | Move the HilightRange method from TextDiagnosticPrinter down to | Chandler Carruth |
2011-09-07 | Switch the CharSourceRange array to a small vector. The array was | Chandler Carruth |
2011-09-06 | Use ArrayRef for the fixit hint array rather than a pointer and a size. | Chandler Carruth |
2011-08-31 | Create a CaretDiagnostic class to hold the logic for emitting | Chandler Carruth |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-06-28 | Fix PR9279 - Macro expansion stack trace seriously broken with function-style... | Chris Lattner |
2011-03-27 | Add an option to suppress include stack printing on note diagnostics. | Chandler Carruth |
2010-06-18 | introduce a new CharSourceRange class, and enhance the diagnostics routines | Chris Lattner |
2010-05-04 | Introduce a limit on the depth of the macro instantiation backtrace | Douglas Gregor |
2010-04-20 | change FullSourceLoc to have a *const* SourceManager&, eliminating | Chris Lattner |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-02-25 | Add TextDiagnosticPrinter::setPrefix, for adding a string to prefix diagnostic | Daniel Dunbar |
2009-11-14 | Pass Preprocessor through DiagnosticClient::BeginSourceFile. | Daniel Dunbar |
2009-11-11 | Allow TextDiagnosticPrinter to have optional ownership of its output stream. | Daniel Dunbar |
2009-11-05 | Replace DiagnosticClient::setLangOptions with {Begin,End}SourceFile, and clarify | Daniel Dunbar |
2009-11-04 | Factor out a diagnostic options class. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-06-04 | Add ANSI color support for clang. | Torok Edwin |
2009-05-06 | Eliminate extra vertical space in Clang diagnostics | Douglas Gregor |
2009-05-01 | When printing a source line as part of a diagnostic, the source line | Douglas Gregor |
2009-05-01 | Implement -fmessage-length=N, which word-wraps diagnostics to N columns. | Douglas Gregor |
2009-04-19 | implement compiler support for -fno-diagnostics-fixit-info, | Chris Lattner |
2009-04-17 | add a virtual method to DiagnosticClient to get rid of some fragile | Chris Lattner |
2009-04-16 | implement framework for -fdiagnostics-show-option, but tblgen isn't | Chris Lattner |
2009-04-14 | Change Lexer::MeasureTokenLength to take a LangOptions reference. | Chris Lattner |
2009-03-13 | implement a new -fprint-source-range-info option, which | Chris Lattner |