summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticParseKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman2019-01-041-1/+4
* Add support for namespaces on #pragma clang attributeErik Pilkington2018-12-201-0/+7
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-1/+3
* Fix up diagnostics.Richard Trieu2018-12-141-0/+17
* [clang][Parse] Diagnose useless null statements / empty init-statementsRoman Lebedev2018-11-201-0/+7
* Implement P1094R2 (nested inline namespaces)Erich Keane2018-11-121-0/+5
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-091-0/+3
* Revert "Revert "Support for groups of attributes in #pragma clang attribute""Erik Pilkington2018-10-291-2/+2
* Revert "Support for groups of attributes in #pragma clang attribute"Erik Pilkington2018-10-291-2/+2
* Support for groups of attributes in #pragma clang attributeErik Pilkington2018-10-291-2/+2
* Support enums with a fixed underlying type in all language modes.Erik Pilkington2018-09-281-1/+4
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-0/+6
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+2
* Remove trailing spaceFangrui Song2018-07-301-14/+14
* [Parse] Make -Wgcc-compat complain about for loop inits in C89George Burgess IV2018-06-281-0/+3
* [Modules][ObjC] Warn on the use of '@import' in framework headersBruno Cardoso Lopes2018-06-271-0/+5
* [OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt2018-05-091-0/+2
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-0/+2
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-18/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+18
* [OpenCL] Reject virtual functions for OpenCL C++Sven van Haastregt2018-04-231-0/+4
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-1/+1
* [ms] Parse #pragma optimize and ignore it behind its own flagHans Wennborg2018-03-201-0/+12
* [Parser] (C++) Make -Wextra-semi slightly more usefulRoman Lebedev2018-03-141-1/+1
* [OPENMP] Fix parsing of the directives with inner directives.Alexey Bataev2018-02-161-1/+1
* [Parser][FixIt] Better diagnostics for "typedef" instead of "typename" typoJan Korous2018-02-081-0/+3
* Preserve unknown STDC pragma through preprocessorSteven Wu2018-01-051-0/+6
* Add a fixit for attributes incorrectly placed prior to 'struct/class/enum' ke...Faisal Vali2017-12-251-0/+1
* Fix backwards warning for use of C++17 attributes-on-namespaces-and-enumerato...Richard Smith2017-10-141-2/+5
* [c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith2017-08-281-2/+6
* Rename diagnostic groups from CXX1z to CXX17. No functionality change.Richard Smith2017-08-251-13/+13
* Rename cxx1z -> cxx17 across all diagnostic IDs.Richard Smith2017-08-131-3/+3
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-131-25/+25
* Remove unused diagnostic. NFC.Benjamin Kramer2017-08-021-2/+0
* Add support for #pragma clang sectionJaved Absar2017-06-051-0/+9
* P0629R0: Switch to latest proposal for distinguishing module interface from i...Richard Smith2017-04-211-6/+4
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+37
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-37/+0
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+37
* [Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are usedAlex Lorenz2017-04-111-0/+7
* Add #pragma clang fpAdam Nemet2017-04-041-0/+10
* Support attributes for Objective-C categoriesAlex Lorenz2017-03-231-2/+0
* Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz2017-03-011-0/+6
* Improve diagnostic reporting when using __declspec without enabling __declspe...Aaron Ballman2017-02-141-0/+3
* Revert r292508 given that we intend to remove driver options for cxx modules.Manman Ren2017-01-201-4/+1
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-191-3/+0
* Module: Improve diagnostic message when cxx modules are disabled and @import ...Manman Ren2017-01-191-1/+4
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-0/+7
* Fix the spelling of 'bitfield' in diagnostics to be consistently 'bit-field'.Chandler Carruth2016-12-201-2/+2
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-7/+0