Age | Commit message (Expand) | Author |
2009-11-14 | Pass Preprocessor through DiagnosticClient::BeginSourceFile. | Daniel Dunbar |
2009-11-10 | Add Diagnostic::Report method for reporting diagnostics without a location. | Daniel Dunbar |
2009-11-10 | Don't try to emit null fixit hints. | Anders Carlsson |
2009-11-05 | Replace DiagnosticClient::setLangOptions with {Begin,End}SourceFile, and clarify | Daniel Dunbar |
2009-10-21 | Improve diagnostics and template instantiation behavior when calling | Douglas Gregor |
2009-10-20 | teach FormatDiagnostic to aggregate previously formatted arguments and | Chris Lattner |
2009-10-17 | StringRefize some parts of Diagnostic API. | Daniel Dunbar |
2009-10-13 | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor |
2009-09-25 | Use explicitly-specified template argument lists to help naming | Douglas Gregor |
2009-09-17 | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-26 | Add the partially implemented PartialDiagnostic class. | Anders Carlsson |
2009-08-26 | Fix bug in __extension__ handling for declarations, from Abramo | Douglas Gregor |
2009-08-26 | Improve diagnostics and recovery when the nested-name-specifier of a | Douglas Gregor |
2009-07-12 | add push/pop semantics for diagnostics. Patch by Louis Gerbarg! | Chris Lattner |
2009-06-14 | Update LLVM. | Douglas Gregor |
2009-04-19 | move group twiddling options into Diagnostic.cpp instead of | Chris Lattner |
2009-04-17 | add a virtual method to DiagnosticClient to get rid of some fragile | Chris Lattner |
2009-04-16 | tblgen is now passing diagnostic group information in the .inc file, ignore i... | Chris Lattner |
2009-04-16 | implement framework for -fdiagnostics-show-option, but tblgen isn't | Chris Lattner |
2009-04-16 | move handling of -pedantic and -pedantic-errors into Diagnostics, | Chris Lattner |
2009-04-16 | arrange for -Wno-error=foo warnings to be immune to -Werror as | Chris Lattner |
2009-04-16 | change mappings to distinguish between "unset", "set by the user" and | Chris Lattner |
2009-04-16 | switch DiagMappings *back* to 4 bits per diag. | Chris Lattner |
2009-04-15 | Tblgen now passes the default mapping explicitly, instead of having it | Chris Lattner |
2009-04-15 | this should be private | Chris Lattner |
2009-04-15 | Rejigger how -pedantic and -pedantic-errors work and their interaction | Chris Lattner |
2009-04-02 | Provide FIX-IT notes to describe what fix-it is doing behind the | Douglas Gregor |
2009-03-26 | I said _fix_ the build, don't break it. | Anders Carlsson |
2009-03-26 | Fix build. | Anders Carlsson |
2009-03-26 | Add | Anders Carlsson |
2009-03-20 | Eliminate post-diagnostic hooks. Instead, implement a Sema-specific | Douglas Gregor |
2009-03-19 | Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i... | Sebastian Redl |
2009-03-14 | Revert the switch to the tablegen diags. It fails for seperate objdir builds ... | Sebastian Redl |
2009-03-14 | Switch diagnostics from .def to tablegen files. Please validate the Windows b... | Sebastian Redl |
2009-03-12 | Add Diagnostic files for Frontend and move a couple errors over. | Daniel Dunbar |
2009-03-12 | Driver: Use standard Diagnostic interface for diagnostics. | Daniel Dunbar |
2009-03-10 | Add a notion of "post-diagnostic hooks", which are callbacks attached | Douglas Gregor |
2009-03-07 | Revert my last couple patches until I can get them to not make the tests fail. | Ted Kremenek |
2009-03-07 | Teach Diagnostic about Selector. | Ted Kremenek |
2009-03-05 | remove unneeded forward decl. | Chris Lattner |
2009-02-27 | Clean up and document code modification hints. | Douglas Gregor |
2009-02-26 | Introduce code modification hints into the diagnostics system. When we | Douglas Gregor |
2009-02-19 | replace a dirty hack with a clean solution. Too bad we can't | Chris Lattner |
2009-02-17 | fix notes so that they are always filtered with the same logic | Chris Lattner |
2009-02-06 | don't emit any diagnostics after a fatal one. | Chris Lattner |
2009-02-05 | allow mapping errors to fatal. | Chris Lattner |
2009-02-05 | add support to the diagnostics machinery for mapping warnings and | Chris Lattner |
2009-02-04 | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor |
2009-01-29 | next round of diagnostics cleanups, moving some | Chris Lattner |