| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use raw_ostream for formatting integers, and use IdentifierInfo::getNameStr | Daniel Dunbar | 2009-10-17 | 1 | -10/+4 |
* | increase helpfulness of assert message. | Chris Lattner | 2009-10-16 | 1 | -1/+6 |
* | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor | 2009-10-13 | 1 | -0/+1 |
* | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor | 2009-09-17 | 1 | -0/+4 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -49/+49 |
* | Improve diagnostics and recovery when the nested-name-specifier of a | Douglas Gregor | 2009-08-26 | 1 | -0/+1 |
* | add push/pop semantics for diagnostics. Patch by Louis Gerbarg! | Chris Lattner | 2009-07-12 | 1 | -1/+16 |
* | Base SFINAE error suppression counting on the class of an error, not | Douglas Gregor | 2009-06-15 | 1 | -1/+1 |
* | Update LLVM. | Douglas Gregor | 2009-06-14 | 1 | -8/+17 |
* | when creating custom warning diagnostics, do not attempt to map | Chris Lattner | 2009-05-02 | 1 | -5/+0 |
* | Don't crash in the diagnostic printer if we happen to get passed a | Daniel Dunbar | 2009-04-20 | 1 | -0/+13 |
* | move group twiddling options into Diagnostic.cpp instead of | Chris Lattner | 2009-04-19 | 1 | -0/+58 |
* | optimize and comment GetDiagInfo. | Chris Lattner | 2009-04-16 | 1 | -6/+32 |
* | merge several scattered tables into StaticDiagInfo. | Chris Lattner | 2009-04-16 | 1 | -144/+19 |
* | Implement Diagnostic::getWarningOptionForDiag with information from tblgen, | Chris Lattner | 2009-04-16 | 1 | -10/+19 |
* | tblgen is now passing diagnostic group information in the .inc file, ignore i... | Chris Lattner | 2009-04-16 | 1 | -3/+4 |
* | implement framework for -fdiagnostics-show-option, but tblgen isn't | Chris Lattner | 2009-04-16 | 1 | -0/+7 |
* | move handling of -pedantic and -pedantic-errors into Diagnostics, | Chris Lattner | 2009-04-16 | 1 | -3/+20 |
* | arrange for -Wno-error=foo warnings to be immune to -Werror as | Chris Lattner | 2009-04-16 | 1 | -1/+14 |
* | change mappings to distinguish between "unset", "set by the user" and | Chris Lattner | 2009-04-16 | 1 | -7/+23 |
* | fix some out of bounds array access problems, which manifest particularly | Chris Lattner | 2009-04-15 | 1 | -18/+37 |
* | move {'s | Chris Lattner | 2009-04-15 | 1 | -6/+3 |
* | Make diagnostic class explicit in the diag record instead of | Chris Lattner | 2009-04-15 | 1 | -16/+14 |
* | Tblgen now passes the default mapping explicitly, instead of having it | Chris Lattner | 2009-04-15 | 1 | -20/+3 |
* | Rejigger how -pedantic and -pedantic-errors work and their interaction | Chris Lattner | 2009-04-15 | 1 | -58/+107 |
* | Eliminate post-diagnostic hooks. Instead, implement a Sema-specific | Douglas Gregor | 2009-03-20 | 1 | -10/+0 |
* | Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i... | Sebastian Redl | 2009-03-19 | 1 | -16/+16 |
* | Allow notes to be printed following a fatal error, then suppress any | Douglas Gregor | 2009-03-19 | 1 | -12/+17 |
* | Revert the switch to the tablegen diags. It fails for seperate objdir builds ... | Sebastian Redl | 2009-03-14 | 1 | -16/+16 |
* | Switch diagnostics from .def to tablegen files. Please validate the Windows b... | Sebastian Redl | 2009-03-14 | 1 | -16/+16 |
* | Add Diagnostic files for Frontend and move a couple errors over. | Daniel Dunbar | 2009-03-12 | 1 | -2/+14 |
* | Driver: Use standard Diagnostic interface for diagnostics. | Daniel Dunbar | 2009-03-12 | 1 | -2/+14 |
* | Add a notion of "post-diagnostic hooks", which are callbacks attached | Douglas Gregor | 2009-03-10 | 1 | -0/+18 |
* | Revert my last couple patches until I can get them to not make the tests fail. | Ted Kremenek | 2009-03-07 | 1 | -8/+0 |
* | Teach Diagnostic about Selector. | Ted Kremenek | 2009-03-07 | 1 | -0/+8 |
* | replace a dirty hack with a clean solution. Too bad we can't | Chris Lattner | 2009-02-19 | 1 | -1/+3 |
* | Fix a long standard problem with clang retaining "too much" sugar | Chris Lattner | 2009-02-19 | 1 | -3/+1 |
* | fix a minor bug with my previous patch | Chris Lattner | 2009-02-17 | 1 | -1/+3 |
* | fix notes so that they are always filtered with the same logic | Chris Lattner | 2009-02-17 | 1 | -45/+79 |
* | don't emit any diagnostics after a fatal one. | Chris Lattner | 2009-02-06 | 1 | -1/+9 |
* | add support to the diagnostics machinery for mapping warnings and | Chris Lattner | 2009-02-05 | 1 | -0/+5 |
* | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor | 2009-02-04 | 1 | -0/+1 |
* | next round of diagnostics cleanups, moving some | Chris Lattner | 2009-01-29 | 1 | -26/+26 |
* | Fix -Wimplicit-function-declaration, which required some refactoring and | Chris Lattner | 2009-01-29 | 1 | -27/+10 |
* | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -8/+91 |
* | Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is ... | Ted Kremenek | 2009-01-23 | 1 | -1/+7 |
* | Change some terminology in SourceLocation: instead of referring to | Chris Lattner | 2009-01-16 | 1 | -1/+1 |
* | Fix order of evaluation. | Sebastian Redl | 2008-11-27 | 1 | -1/+1 |
* | Convert IdentifierInfo's to be printed the same as DeclarationNames | Chris Lattner | 2008-11-23 | 1 | -6/+11 |
* | add support for inserting a DeclarationName into a diagnostic directly | Chris Lattner | 2008-11-23 | 1 | -0/+1 |