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