summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticGroups.td
Commit message (Expand)AuthorAgeFilesLines
* [SemaCXX] add -Woverride-init alias to -Winitializer-overridesNick Desaulniers2019-01-101-0/+2
* Split -Wdelete-non-virtual-dtor into two groupsErik Pilkington2019-01-101-1/+5
* Revert "Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtor"Erik Pilkington2019-01-081-2/+0
* Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtorErik Pilkington2019-01-081-0/+2
* [CTU] Add triple/lang mismatch handlingGabor Marton2018-12-071-0/+3
* [Sema/Attribute] Check for noderef attributeLeonard Chan2018-12-061-0/+2
* Create a diagnostic group for warn_call_to_pure_virtual_member_function_from_...Sylvestre Ledru2018-11-261-0/+1
* [clang][Parse] Diagnose useless null statements / empty init-statementsRoman Lebedev2018-11-201-1/+4
* [Basic] Split out -Wimplicit-int-conversion and -Wimplicit-float-conversion f...Erik Pilkington2018-10-101-0/+4
* Add -Wobjc-property-assign-on-object-type.John McCall2018-09-051-0/+1
* [ObjC] Error out when using forward-declared protocol in a @protocolAlex Lorenz2018-08-171-1/+2
* [Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.Volodymyr Sapsai2018-08-031-1/+0
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* [DEBUGINFO] Disable unsupported debug info options for NVPTX target.Alexey Bataev2018-07-271-0/+1
* Warn if a local variable's initializer retains a pointer/reference to aRichard Smith2018-07-241-1/+4
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-0/+4
* [Sema] Add a new warning, -Wmemset-transposed-argsErik Pilkington2018-07-191-0/+7
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-0/+1
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-171-1/+0
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-0/+1
* P0806R2 Implicit capture of this with a capture-default of [=] isRichard Smith2018-07-071-0/+2
* [Modules][ObjC] Warn on the use of '@import' in framework headersBruno Cardoso Lopes2018-06-271-0/+1
* Warning for framework include violation from Headers to PrivateHeadersBruno Cardoso Lopes2018-06-251-0/+2
* Re-apply: Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-221-0/+1
* Revert "Warning for framework headers using double quote includes"Bruno Cardoso Lopes2018-06-211-1/+0
* Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-201-0/+1
* [Modules] Warning for module declarations lacking 'framework' qualifierBruno Cardoso Lopes2018-06-011-0/+2
* [Sema] Add -Wno-self-assign-overloadedRoman Lebedev2018-04-231-1/+2
* Diagnose cases of "return x" that should be "return std::move(x)" for efficiencyMalcolm Parsons2018-04-121-1/+10
* [ms] Parse #pragma optimize and ignore it behind its own flagHans Wennborg2018-03-201-1/+6
* [Parser] (C++) Make -Wextra-semi slightly more usefulRoman Lebedev2018-03-141-1/+4
* [Driver] Add an -fexperimental-isel driver option to enable/disable GlobalISel.Amara Emerson2018-01-261-0/+3
* Remove TautologicalInRangeCompare from Extra and TautologicalCompare.Nico Weber2018-01-181-3/+1
* [Sema] -Wtautological-constant-compare is too good. Cripple it.Roman Lebedev2018-01-031-2/+7
* [MS] Allow access to ambiguous, inaccessible direct basesReid Kleckner2017-10-271-0/+1
* [Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai2017-10-231-0/+2
* Provide a flag group to turn on/off all "binary literals" extension warnings.Richard Smith2017-10-181-1/+6
* [Sema] Re-land: Diagnose tautological comparison with type's min/max valuesRoman Lebedev2017-10-151-3/+5
* Revert "[Sema] Diagnose tautological comparison with type's min/max values"Roman Lebedev2017-10-121-5/+3
* [Sema] Diagnose tautological comparison with type's min/max valuesRoman Lebedev2017-10-121-3/+5
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-221-0/+1
* [Sema] Move some stuff into -Wtautological-unsigned-enum-zero-compareRoman Lebedev2017-09-201-0/+2
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-1/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+1
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-1/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+1
* [Sema][ObjC] Warn about mismatches in attributes between overriding andAkira Hatanaka2017-09-201-0/+3
* Revert "[Sema] Move some stuff into -Wtautological-unsigned-enum-zero-compare"Roman Lebedev2017-09-191-2/+0
* [Sema] Move some stuff into -Wtautological-unsigned-enum-zero-compareRoman Lebedev2017-09-191-0/+2
* Teach clang to tolerate the 'p = nullptr + n' idiom used by glibcAndrew Kaylor2017-09-191-1/+3