summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticLexKinds.td
Commit message (Expand)AuthorAgeFilesLines
...
* Modules: Make missing headers in a module.map a warning not an error.Daniel Jasper2013-12-161-2/+3
* Allow string literals as module names.Daniel Jasper2013-12-061-1/+1
* Allow a header to be part of multiple modules.Daniel Jasper2013-10-221-2/+0
* Accept #pragma warning(push, 0) without warningReid Kleckner2013-10-021-1/+1
* Implement C++1y digit separator proposal (' as a digit separator). This is notRichard Smith2013-09-261-0/+5
* Module use declarations (II)Daniel Jasper2013-09-241-3/+5
* Lex and ignore Microsoft's #pragma warning(...)Reid Kleckner2013-09-131-0/+15
* Support for modular module-map-filesDaniel Jasper2013-09-111-0/+1
* Add specific warning flags for GNU ext in lexer.Eli Friedman2013-09-051-5/+5
* Respect -Wnewline-eof even in C++11 mode.Jordan Rose2013-08-231-1/+3
* Changed "an macro" to "a macro" in diagnostic note.Richard Trieu2013-07-231-1/+1
* Add new diagnostic messages when too many arguments are presented to aRichard Trieu2013-07-231-0/+5
* Integers which are too large should be an error.Eli Friedman2013-07-231-2/+2
* This patch adds new private headers to the module map. PrivateLawrence Crowl2013-06-201-1/+3
* Introducing -Wheader-guard, a warning that checks header guards actually workRichard Trieu2013-06-121-1/+6
* Add -Wincomplete-module, which detects when a header is included from a modul...Douglas Gregor2013-05-201-1/+4
* Move PragmaCommentHandler to lib/Parse in preparation for calling SemaReid Kleckner2013-05-061-3/+0
* [doc parsing]: Make warning about unknown commandFariborz Jahanian2013-05-041-5/+1
* [Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2013-05-031-1/+5
* Note that we support (and in fact have supported since the dawn of time itself)Richard Smith2013-04-191-0/+5
* Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs2013-04-171-1/+2
* Improve the diagnostics of the number-reading preprocessor directives.Michael Ilseman2013-04-101-2/+2
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-0/+4
* <rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor2013-03-201-0/+4
* Add -Wc99-compat warning for C11 unicode string and character literals.Richard Smith2013-03-111-0/+3
* After issuing a diagnostic for undefining or redefining a builtin macro,Richard Smith2013-03-061-3/+4
* Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).Jordan Rose2013-02-091-0/+12
* PR15067: Don't assert when a UCN appears in a C90 file.Jordan Rose2013-01-271-2/+5
* Add a fixit for \U1234 -> \u1234.Jordan Rose2013-01-241-1/+2
* Handle universal character names and Unicode characters outside of literals.Jordan Rose2013-01-241-7/+27
* Unify diagnostics for \x, \u, and \U without any following hex digits.Jordan Rose2013-01-241-2/+1
* Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...Joey Gouly2013-01-171-0/+3
* No longer crashing with an assert when __has_include or __has_include_next is...Aaron Ballman2013-01-161-0/+2
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-141-0/+2
* Diagnostics: name all implicit groups used more than once.Jordan Rose2013-01-101-2/+2
* Add the module name to the 'incomplete umbrella header' warning.Douglas Gregor2013-01-041-1/+2
* s/BCPLComment/LineComment/Nico Weber2012-11-111-2/+2
* Introduce inferred framework modules into the module map file,Douglas Gregor2012-11-061-3/+9
* Tweak wording and add diagnostic groups to misc diagnostics.Eli Friedman2012-11-021-3/+4
* Diagnose the expansion of ambiguous macro definitions. This can happenDouglas Gregor2012-10-111-0/+6
* Introduce builtin macros to determine whether we're building aDouglas Gregor2012-09-251-1/+3
* Improved the warning for the #@ Microsoft charizing operator. The existing on...Joao Matos2012-09-031-1/+1
* Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that ar...Ted Kremenek2012-08-071-2/+1
* Adding a fixit for includes that cannot be found with angle brackets, but can...Aaron Ballman2012-07-171-0/+2
* Add warning flag -Winvalid-pp-token for preprocessing-tokens which haveRichard Smith2012-06-281-3/+6
* preprocessing: gcc supports #line 0. So, treat thisFariborz Jahanian2012-06-261-0/+3
* Minor improvements to some C99 variadic-macro-related diagnostics.Richard Smith2012-06-221-5/+7
* In StringLiteralParser::init, make sure we emit an error whenArgyrios Kyrtzidis2012-05-031-0/+1
* Support -Wc++98-compat-pedantic as requested:Seth Cantrell2012-04-131-0/+5
* ext_reserved_user_defined_literal must not default to Error in MicrosoftMode....Francois Pichet2012-04-071-0/+3