summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticLexKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Add clang source minimizer that reduces source to directivesAlex Lorenz2019-06-031-0/+9
* [Preamble] Stop circular inclusion of main file when building preambleNikolai Kosjar2019-05-101-0/+2
* Add '#pragma clang __debug module_map module.name' to dump the moduleRichard Smith2019-04-181-0/+2
* [C++20] Implement context-sensitive header-name lexing and pp-import parsing ...Richard Smith2019-04-111-3/+14
* [OpenCL] Allow variadic macros as Clang feature.Anastasia Stulova2019-03-261-2/+2
* Improve the diagnostic for #include_next occurring in a file not foundRichard Smith2019-03-211-2/+4
* Add PragmaHandler for MSVC pragma execution_character_setReid Kleckner2019-03-141-0/+11
* Print a note to the called macro when diagnosing err_embedded_directiveNico Weber2019-02-141-0/+1
* [Preprocessor] Add a note with framework location for "file not found" error.Volodymyr Sapsai2019-02-051-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* 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