summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticLexKinds.td
Commit message (Expand)AuthorAgeFilesLines
* [backported/clang-9][Preamble] Stop circular inclusion of main file when buil...release_80-basedNikolai Kosjar2019-05-211-0/+2
* PTH-- Remove feature entirely-Erich Keane2018-12-041-9/+0
* Diagnose likely typos in #include directives.Richard Smith2018-09-131-1/+3
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-111-0/+7
* PR38870: Add warning for zero-width unicode characters appearing inRichard Smith2018-09-071-0/+3
* Remove trailing spaceFangrui Song2018-07-301-6/+6
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-051-0/+8
* Warning for framework include violation from Headers to PrivateHeadersBruno Cardoso Lopes2018-06-251-0/+3
* Re-apply: Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-221-0/+5
* Revert "Warning for framework headers using double quote includes"Bruno Cardoso Lopes2018-06-211-5/+0
* Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-201-0/+5
* [Modules] Warning for module declarations lacking 'framework' qualifierBruno Cardoso Lopes2018-06-011-0/+5
* Preserve unknown STDC pragma through preprocessorSteven Wu2018-01-051-5/+0
* [Modules] Change private modules rules and warningsBruno Cardoso Lopes2017-12-221-4/+8
* Warn if we find a Unicode homoglyph for a symbol in an identifier.Richard Smith2017-12-141-0/+3
* [c++2a] P0515R3: lexer support for new <=> token.Richard Smith2017-12-011-0/+8
* Provide a flag group to turn on/off all "binary literals" extension warnings.Richard Smith2017-10-181-1/+1
* [c++2a] Fix failing regression test related to not adding the extension warni...Faisal Vali2017-10-151-2/+5
* [c++2a] Implement P0306 __VA_OPT__ (Comma omission and comma deletion)Faisal Vali2017-10-151-0/+14
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-141-0/+7
* Rename diagnostic groups from CXX1z to CXX17. No functionality change.Richard Smith2017-08-251-2/+2
* Rename cxx1z -> cxx17 across all diagnostic IDs.Richard Smith2017-08-131-1/+1
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-131-3/+3
* [c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...Richard Smith2017-08-131-0/+2
* Reapply Sema: allow imaginary constants via GNU extension if UDL overloads no...Tim Northover2017-08-091-2/+0
* 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