summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticGroups.td
Commit message (Expand)AuthorAgeFilesLines
...
* Warn on enum assignment to bitfields that can't fit all valuesReid Kleckner2017-03-141-0/+2
* Add warning for inconsistent overrides on destructor.Richard Trieu2017-03-011-0/+2
* Sema: add warning for c++ member variable shadowingSaleem Abdulrasool2017-02-081-1/+2
* fix a few typo in the doc but also in the clang messagesSylvestre Ledru2017-01-141-1/+1
* [Sema] Add warning for unused lambda capturesMalcolm Parsons2017-01-131-2/+4
* Add the diagnose_if attribute to clang.George Burgess IV2017-01-091-1/+3
* [modules] Handle modules with nonstandard names in module.private.modulemapsGraydon Hoare2016-12-211-0/+1
* [c++1z] P0003R5: Removing dynamic exception specifications.Richard Smith2016-12-081-0/+6
* Warn on unsigned zero in call to std::maxRichard Trieu2016-12-051-0/+1
* More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_.Richard Smith2016-12-021-1/+2
* Remove -Wsigned-enum-bitfield from -Wmost. On a wide set of ABIs, this warningRichard Smith2016-11-171-1/+0
* Add warning when assigning enums to bitfields without an explicit unsigned un...Reid Kleckner2016-11-161-0/+2
* Warn when 'assume_nonnull' infers nullability within an array.Jordan Rose2016-11-101-0/+1
* Add -Wnullability-completeness-on-arrays.Jordan Rose2016-11-101-1/+3
* [Sema] Avoid -Wshadow warnings for shadowed variables that aren't capturedAlex Lorenz2016-11-091-1/+3
* [Sema][ObjC] Warn about implicitly autoreleasing out-parameters capturedAkira Hatanaka2016-10-241-0/+1
* [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic forRichard Smith2016-10-221-0/+2
* PR22924, PR22845, some of CWG1464: When checking the initializer for an arrayRichard Smith2016-10-051-1/+0
* Add -Wignored-pragma-intrinsic flagAlbert Gutowski2016-09-211-1/+2
* Warning flag updates:Richard Smith2016-09-131-5/+7
* [ObjC] Warn on unguarded use of partial declarationErik Pilkington2016-08-161-1/+2
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-0/+4
* Add .rgba syntax extension to ext_vector_type typesPirama Arumuga Nainar2016-07-221-0/+1
* [Sema] Create a separate group for incompatible function pointer warningBruno Cardoso Lopes2016-07-181-1/+4
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+1
* Revert commit r271708Taewook Oh2016-06-041-1/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-031-0/+1
* [mips] Compact branch policy setting.Simon Dardis2016-05-271-0/+1
* [ms][dll] #26935 Defining a dllimport function should cause it to be exportedDenis Zobnin2016-05-251-1/+3
* Avoid -Wshadow warnings about constructor parameters named after fieldsReid Kleckner2016-04-291-1/+10
* Revert the bool portion of r267054Richard Trieu2016-04-221-5/+1
* Split interesting warnings off from -Wfloat-conversionRichard Trieu2016-04-211-1/+11
* Remove the (ignored) -Wreceived-is-weak diagnostic.Bob Wilson2016-04-211-2/+0
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-0/+2
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+1
* clang-cl: Implement initial limited support for precompiled headers.Nico Weber2016-03-011-0/+2
* Addressing review comments for r261163.Manman Ren2016-02-221-1/+0
* Add 'nopartial' qualifier for availability attributes.Manman Ren2016-02-171-0/+1
* [MSVC Compat] Only warn for unknown clang-cl argumentsEhsan Akhgari2016-01-251-0/+2
* Rename -Wexpansion-to-undefined to -Wexpansion-to-defined.Nico Weber2016-01-191-1/+1
* Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.Nico Weber2016-01-191-0/+1
* Add -Wfor-loop-analysis to -Wall.Nico Weber2016-01-061-0/+1
* Emit a -Wmicrosoft warning when treating ^Z as EOF in MS mode.Nico Weber2015-12-291-1/+2
* Emit a -Wmicrosoft warning when pasting /##/ into a comment token in MS mode.Nico Weber2015-12-291-1/+3
* [clang-cl] Let /W4 map to -Wall -Wextra instead of just -Wall.Nico Weber2015-12-111-1/+4
* P0002R1: increment on expressions of type bool is no longer allowed in C++1z.Richard Smith2015-11-261-1/+3
* P0001R1: 'register' storage class specifier is no longer permitted in C++1z.Richard Smith2015-11-251-0/+3
* PR10235: support for vector mode attributes + warning, by Dmitry Polukhin.Alexey Bataev2015-11-191-1/+3
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-0/+2
* Introduce module file extensions to piggy-back data onto module files.Douglas Gregor2015-11-031-0/+1