summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticGroups.td
Commit message (Expand)AuthorAgeFilesLines
* Merging r310804:Hans Wennborg2017-08-141-5/+8
* Merging r309607:Hans Wennborg2017-08-111-0/+3
* Merging r308455:Hans Wennborg2017-07-191-2/+1
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-191-1/+2
* Revert "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis2017-07-191-1/+0
* [mips] Teach the driver to accept -m(no-)gpopt.Simon Dardis2017-07-191-0/+1
* Add GCC's noexcept-type alias for c++1z-compat-manglingRaphael Isemann2017-07-181-0/+2
* Revert r308327Alex Lorenz2017-07-181-2/+1
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-181-1/+2
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-291-0/+1
* [Sema] Add -Wunguarded-availability-newAlex Lorenz2017-06-221-1/+3
* Add a subgroup of c++1z-compat to enable and disable the warning aboutAkira Hatanaka2017-06-201-1/+3
* Add compatibility alias for -Wno-#warningsDavid Blaikie2017-06-011-0/+1
* Reland "Warn about unused static file scope function template declarations."Vassil Vassilev2017-05-091-0/+2
* [Profile] Add off-by-default -Wprofile-instr-missing warningVedant Kumar2017-04-271-0/+1
* Add #pragma clang attributeAlex Lorenz2017-04-181-1/+3
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-3/+1
* Add #pragma clang attributeAlex Lorenz2017-04-181-1/+3
* Rename coroutine warning when unhandled_exception() is missingEric Fiselier2017-04-171-1/+3
* [coroutines] Implement unhandled_exception changes.Eric Fiselier2017-03-231-0/+1
* 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