summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticGroups.td
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-171-2/+15
* Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-111-0/+1
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-111-1/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-111-0/+1
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-101-1/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-101-0/+1
* Rename -Wc++20-designator to -Wc++2a-designator for consistency and addRichard Smith2019-09-021-2/+2
* Split -Wreorder into different warnings for reordering a constructorRichard Smith2019-09-021-1/+3
* [NFC] Fix for rL370594David Bolvansky2019-08-311-0/+1
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-3/+8
* [LifetimeAnalysis] Make it possible to disable the new warningsGabor Horvath2019-08-231-0/+2
* [Diagnostics] Diagnose misused xor as powDavid Bolvansky2019-08-181-0/+1
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-08-011-1/+2
* Revert "[Sema] Enable -Wimplicit-float-conversion for integral to floating po...Petr Hosek2019-07-251-2/+1
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-07-251-1/+2
* [c++20] P1161R3: a[b,c] is deprecated.Richard Smith2019-07-201-0/+2
* [ObjC] Add a warning for implicit conversions of a constant non-boolean value...Erik Pilkington2019-07-091-2/+4
* clang-cl: Port cl.exe's C4659 to clang-clNico Weber2019-07-091-3/+5
* [ObjC] Add a -Wtautological-compare warning for BOOLErik Pilkington2019-07-081-1/+3
* [AVR] Automatically link CRT and libgcc from the system avr-gccDylan McKay2019-05-191-0/+4
* Assume `__cxa_allocate_exception` returns an under-aligned memory onAkira Hatanaka2019-05-101-0/+1
* [Diagnostics] Support -Wtype-limits for GCC compatibilityDavid Bolvansky2019-04-291-0/+2
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-221-0/+1
* [ASTImporter] Make ODR error handling configurableGabor Marton2019-04-011-0/+1
* [Sema] Add some compile time _FORTIFY_SOURCE diagnosticsErik Pilkington2019-03-181-0/+2
* [ObjC] Emit a boxed expression as a compile-time constant if theAkira Hatanaka2019-03-081-0/+1
* Modules: Add -Rmodule-importDuncan P. N. Exon Smith2019-03-061-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Fixed Point Arithmetic] Fixed Point Addition Constant Expression EvaluationLeonard Chan2019-01-181-0/+1
* Add -Wctad-maybe-unsupported to diagnose CTAD on types with no user defined d...Eric Fiselier2019-01-171-0/+2
* [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