summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticLexKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Merging r310804:Hans Wennborg2017-08-141-3/+3
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-091-0/+4
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-0/+6
* Diagnose attempts to build a preprocessed module that defines an unavailable ...Richard Smith2017-05-301-0/+2
* Revert "Sema: allow imaginary constants via GNU extension if UDL overloads no...Tim Northover2017-05-241-0/+2
* Sema: allow imaginary constants via GNU extension if UDL overloads not present.Tim Northover2017-05-231-2/+0
* Add #pragma clang module begin/end pragmas and generate them when preprocessi...Richard Smith2017-05-041-2/+16
* Add pragma to perform module import and use it in -E output.Richard Smith2017-04-291-0/+2
* Use the -Wunknown-warning-option group for the "unknown warning group"Alex Lorenz2017-04-281-1/+1
* Add support for editor placeholders to ClangAlex Lorenz2017-04-191-0/+1
* PR30508: Downgrade error to warning if the umbrella folder doesn't exist.Vassil Vassilev2017-04-181-2/+3
* Fix build breakage in r290219. Notes should not be in diagnostic groups.Graydon Hoare2016-12-211-2/+1
* [modules] Handle modules with nonstandard names in module.private.modulemapsGraydon Hoare2016-12-211-0/+6
* Teach clang-query to dump types. I couldn't find any existing tests for clang...Richard Smith2016-11-021-1/+1
* Module: improve the diagnostic message for include of non-modular header.Manman Ren2016-10-211-2/+2
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-0/+8
* Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh2016-06-131-7/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-1/+8
* Revert commit r271708Taewook Oh2016-06-041-4/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-031-0/+4
* Improve diagnostic for the case when a non-defined function-like macro is usedRichard Smith2016-04-161-0/+2
* Remove unused diagnostics. NFC.Benjamin Kramer2016-04-121-2/+0
* Consolidate and improve the handling of built-in feature-like macrosAndy Gibbs2016-04-051-0/+1
* Diagnose missing macro argument following charize operator.Andy Gibbs2016-04-011-1/+1
* Update diagnostics now that hexadecimal literals look likely to be part of C+...Richard Smith2016-03-041-3/+10
* Rename -Wexpansion-to-undefined to -Wexpansion-to-defined.Nico Weber2016-01-191-2/+2
* 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