summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticParseKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Merging r310804:Hans Wennborg2017-08-141-25/+25
* 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
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-0/+7
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-2/+4
* Revert r289979 due to regressionsYaxun Liu2016-12-161-4/+2
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-2/+4
* [c++1z] P0195R2: Allow multiple using-declarators in a single using-declaration.Richard Smith2016-12-161-0/+9
* Remove special error recovery for ::(id)Reid Kleckner2016-12-091-2/+0
* Clean out unused diagnostics. NFC.Benjamin Kramer2016-12-051-2/+0
* More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_.Richard Smith2016-12-021-3/+4
* Mass-rename the handful of error_* diagnostics to err_*.Richard Smith2016-12-021-2/+2
* Add missing warning for use of C++1z init-statements in C++14 and before.Richard Smith2016-10-181-0/+6
* fix _BitScan intrinsics missing header warnings; fix some line endingsAlbert Gutowski2016-10-131-1/+1
* [CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.Justin Lebar2016-10-081-0/+6
* [CUDA] Emit a warning if a CUDA host/device/global attribute is placed after ...Justin Lebar2016-09-301-0/+4
* Add -Wignored-pragma-intrinsic flagAlbert Gutowski2016-09-211-1/+1
* Add a mode to clang-tblgen to generate reference documentation for warning andRichard Smith2016-09-121-1/+1
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-0/+2
* Parsing MS pragma intrinsicReid Kleckner2016-09-071-0/+4
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-0/+4
* C++ Modules TS: support parsing the 'module' declaration (including extensionsRichard Smith2016-08-191-1/+5
* C++ Modules TS: Add parsing support for module import declaration.Richard Smith2016-08-181-0/+2
* Prune unused diagnostics. NFC.Benjamin Kramer2016-08-121-2/+0
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-0/+4
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+15
* AvailabilityAttr: we accept "macos" as the platform name.Manman Ren2016-06-281-1/+1
* Using for attributes voted into C++17.Richard Smith2016-06-241-0/+8
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-231-0/+5
* Add loop pragma for Loop DistributionAdam Nemet2016-06-141-3/+3
* Disable warning about core features by defaultJan Vesely2016-06-011-1/+1
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-0/+4
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-4/+0
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-0/+4
* [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5Dmitry Polukhin2016-05-091-0/+2
* Correctly parse GCC-style asm line following MS-style asm line.Denis Zobnin2016-04-211-0/+2