summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticLexKinds.td
Commit message (Expand)AuthorAgeFilesLines
...
* Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.Nico Weber2016-01-191-0/+7
* Improve AST dumping:Richard Smith2016-01-121-0/+2
* Address review comment on r256595Nico Weber2015-12-291-1/+1
* Emit a -Wmicrosoft warning when treating ^Z as EOF in MS mode.Nico Weber2015-12-291-0/+3
* Emit a -Wmicrosoft warning when pasting /##/ into a comment token in MS mode.Nico Weber2015-12-291-0/+3
* In Objective-C, ignore attempts to redefine the ARC/GC qualifier macros.John McCall2015-12-101-0/+3
* Use %select to merge similar diagnostics. NFCCraig Topper2015-11-141-20/+13
* Use %select to merge two diagnostics that only differ in one word and are emi...Craig Topper2015-11-121-4/+2
* Add warning flags for #include_next and some nearby warnings.Richard Smith2015-10-121-5/+10
* Split off the binary literal warning into a subgroup of C++14 warningsRichard Trieu2015-09-181-1/+1
* [modules] PR20507: Avoid silent textual inclusion.Sean Silva2015-08-171-0/+2
* Rename -Wmsvc-include to -Wmicrosoft-include, now that -Wmicrosoft is split up.Nico Weber2015-07-281-2/+2
* Split -Wmicrosoft into many specific warnings.Nico Weber2015-07-281-3/+4
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-191-1/+16
* [modules] Start moving the module visibility information off the Module itself.Richard Smith2015-05-011-1/+3
* [modules] Restrict the module use-declaration to only appear in top-levelRichard Smith2015-03-261-1/+3
* Allow errors on use of a private module header to be disabled, to better supp...Richard Smith2015-02-191-3/+4
* Lex: Don't let annotation tokens get into macro expansionDavid Majnemer2014-12-281-1/+1
* Fixed warnings on redefine keywords and reserved ids.Serge Pavlov2014-12-181-0/+3
* Revert r224433, r224371 is good enough for now.Joerg Sonnenberger2014-12-171-2/+1
* Disable the keyword-as-macro warning for now until the noise level isJoerg Sonnenberger2014-12-171-1/+2
* Move -Wkeyword-macro into -pedantic, remove -Wreserved-id-macro.Nico Weber2014-12-161-6/+2
* Do not warn on keyword undefSerge Pavlov2014-12-121-4/+2
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-111-0/+8
* Reverted r223114, it caused failure on on clang-native-arm-cortex-a9.Serge Pavlov2014-12-021-8/+0
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-021-0/+8
* [c++1z] Support for u8 character literals.Richard Smith2014-11-081-0/+3
* Remove superceded warning warn_forgotten_module_headerBen Langmuir2014-11-051-3/+0
* C++1y is now C++14!Aaron Ballman2014-08-191-6/+6
* Fix the category name for hash-warnings and hash-errorsAlp Toker2014-06-221-1/+1
* Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker2014-06-161-2/+2
* Show -Wdate-time in system headersAlp Toker2014-06-101-1/+1
* Implement -Wdate-time preprocessor warningAlp Toker2014-06-101-0/+4
* Preprocessor: make C++ operator names as macro identifiers a compatible exten...Alp Toker2014-05-311-0/+2
* Preprocessor: recover gracefully when C++ operator names are used as macro id...Alp Toker2014-05-311-1/+1
* Preprocessor: don't exit early in CheckMacroName()Alp Toker2014-05-311-1/+1
* Provide an aka for the C++ operator name macro diagnosticAlp Toker2014-05-211-1/+1
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-211-3/+1
* Remove -Wnon-modular-includeBen Langmuir2014-05-081-2/+1
* Add -Wnon-modular-include* optionsBen Langmuir2014-05-051-0/+8
* Put macro redefinition warnings under -Wmacro-redefinedReid Kleckner2014-04-041-1/+1
* Implement the MS extension __identifier properly: take a token and strip it ofRichard Smith2014-03-151-0/+3
* Add two missing entries to the C++11 support page. Bump one relevant diagnosticRichard Smith2014-03-141-1/+2
* Turn on the uncovered umbrella header warning by defaultBen Langmuir2014-03-101-1/+1
* Fix a non-error diagnostic that had an err_ name. Also move it from Warning toRichard Smith2014-02-181-1/+1
* Basic: Clean up malformed pragma diagnosticsDavid Majnemer2014-02-101-2/+3
* Cleanup: Switch the preprocessor to err_pp_expected_afterAlp Toker2013-12-301-2/+1
* Implement MSVC header search algorithm in MicrosoftMode.Will Wilson2013-12-271-0/+3
* Modules: Don't warn upon missing headers while reading the module map.Daniel Jasper2013-12-171-2/+0
* Revert "Modules: Make missing headers in a module.map a warning not an error."Daniel Jasper2013-12-161-3/+2