Age | Commit message (Expand) | Author |
2009-11-12 | Switch PTHManager to using diagnostics for most errors. | Daniel Dunbar |
2009-11-02 | Added __has_include and __has_include_next. | John Thompson |
2009-10-30 | Re-arranged some internal functions for coming __has_include changes. | John Thompson |
2009-09-28 | Add -Wbuiltin-macro-redefined/-Wno-builtin-macro-redefined. | Rafael Espindola |
2009-07-12 | add push/pop semantics for diagnostics. Patch by Louis Gerbarg! | Chris Lattner |
2009-06-13 | implement and document a new __has_feature and __has_builtin magic | Chris Lattner |
2009-04-28 | add support for -Wendif-labels, PR4101 | Chris Lattner |
2009-04-28 | Implement -Wfour-char-constants, which is an extension, not an extwarn, | Chris Lattner |
2009-04-28 | implement -Wmultichar | Chris Lattner |
2009-04-21 | downgrade from extwarn to warning. | Chris Lattner |
2009-04-19 | implement "#pragma GCC diagnostic". Besides being a nice feature, this | Chris Lattner |
2009-04-19 | Warn about uses of #pragma STDC FENV_ACCESS ON, since we don't | Chris Lattner |
2009-04-19 | diagnose invalid syntax of STDC pragmas. | Chris Lattner |
2009-04-19 | reject invalid stuff in the STDC namespace. | Chris Lattner |
2009-04-19 | basic support for -Wunknown-pragmas, more coming. | Chris Lattner |
2009-04-18 | more fun with line markers: the digit string is required to be interpreted | Chris Lattner |
2009-04-18 | second half of PR3940: #line requires simple digit sequence. | Chris Lattner |
2009-04-18 | this is really just a recommendation, not a requirement. | Chris Lattner |
2009-04-18 | enforce requirements imposed by C90 6.8 TC1, fixing PR3919. | Chris Lattner |
2009-04-17 | remove dead diagnostic. | Chris Lattner |
2009-04-17 | implement PR3940: #line numbers not fully checked | Chris Lattner |
2009-04-17 | wire up comment diagnostics to -Wcomment, add it to -Wall. Now | Chris Lattner |
2009-04-16 | implement -Wno-#warnings etc. | Chris Lattner |
2009-04-15 | use slightly more verbose to work around a tblgen bug for now. | Chris Lattner |
2009-04-15 | move some pp diags to the right .td file. | Chris Lattner |
2009-04-15 | annotate diagnostics with which groups they belong to. Each | Chris Lattner |
2009-04-15 | now that we've decoupled diagnostic classes from default mappings, | Chris Lattner |
2009-04-14 | Fix the #import / #include_next "extra tokens at end of #foo directive" | Chris Lattner |
2009-04-13 | upgrade "extra tokens at end of directive" to warn by default. | Chris Lattner |
2009-04-13 | implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 | Chris Lattner |
2009-04-08 | reject the #__include_macros directive unless it comes from the | Chris Lattner |
2009-04-01 | Follow gcc's example and warn by default on unknown escapes. Inspired | Eli Friedman |
2009-04-01 | Flip diagnostic from Warning to ExtWarn so that it's an error | Eli Friedman |
2009-03-30 | Implement UCN support for C string literals (C99 6.4.3) and add some very bas... | Steve Naroff |
2009-03-14 | Update tablegen diagnostic files to be in sync with the def files. | Sebastian Redl |
2009-03-04 | The basic representation of diagnostics information in tablegen format, plus ... | Sebastian Redl |