summaryrefslogtreecommitdiff
path: root/test/Misc/warning-flags.c
Commit message (Expand)AuthorAgeFilesLines
* Give the 'signed/unsigned wchar_t' extension a warning flag, and followRichard Smith2019-07-291-1/+1
* [OpenCL] Allow variadic macros as Clang feature.Anastasia Stulova2019-03-261-1/+1
* [Sema] Expose a control flag for integer to pointer ext warningKristina Brooks2019-01-141-2/+1
* Create a diagnostic group for warn_call_to_pure_virtual_member_function_from_...Sylvestre Ledru2018-11-261-2/+1
* Add warning flag -Wordered-compare-function-pointers.Eli Friedman2018-05-051-2/+1
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* PR34822: Fix a collection of related bugs with our handling of C89 implicit f...Richard Smith2017-10-041-2/+1
* Fix grammar in comment. NFCJonathan Roelofs2017-05-081-2/+2
* Add warning flag for "partial specialization is not more specialized than pri...Richard Smith2016-12-271-2/+1
* Driver: Remove support for -fobjc-gc*Duncan P. N. Exon Smith2016-12-071-2/+1
* More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_.Richard Smith2016-12-021-3/+1
* Add -Wduplicate-protocol for existing diagnosticAlex Lorenz2016-11-101-2/+1
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-2/+1
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-211-1/+2
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-2/+1
* Put new warning in a diagnostic group.Matthias Braun2016-09-271-2/+1
* CC1: Add -save-stats optionMatthias Braun2016-09-261-1/+2
* Use %select to merge similar diagnostics. NFCCraig Topper2015-11-141-3/+2
* Add warning flags for #include_next and some nearby warnings.Richard Smith2015-10-121-6/+2
* Promote a warning on ill-formed code (redeclaration missing an exceptionRichard Smith2015-09-301-2/+1
* C11 _Bool bitfield diagnosticRachel Craik2015-09-141-3/+1
* Put ext_implicit_lib_function_decl in ImplicitFunctionDeclare.Ed Schouten2015-09-041-2/+1
* Generate a diagnostic when a catch handler cannot execute due to class hierar...Aaron Ballman2015-04-081-2/+1
* Partial revert of r229336; this wasn't intended to go in.Aaron Ballman2015-02-151-1/+2
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-2/+1
* Improve the "braces around scalar init" warning to determine whether to warnRichard Smith2015-02-121-3/+1
* Objective-C. Provide group name for warningFariborz Jahanian2014-12-181-2/+1
* Another warning with no group name bites the dust.Fariborz Jahanian2014-12-021-2/+1
* Basic: Add ext_delete_void_ptr_operand to -Wdelete-incompleteDavid Majnemer2014-10-221-2/+1
* Objective-C [qoi] - provide group name forFariborz Jahanian2014-09-291-2/+1
* Add a warning flag for an existing diagnostic.Nico Weber2014-08-181-2/+1
* Provide warning name for property attribute warningFariborz Jahanian2014-07-291-3/+1
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-191-6/+4
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-181-2/+1
* ARCMT/GC-check-warn-nsalloc.m: don't provide a diag groupAlp Toker2014-05-191-1/+2
* Put macro redefinition warnings under -Wmacro-redefinedReid Kleckner2014-04-041-2/+1
* Add two missing entries to the C++11 support page. Bump one relevant diagnosticRichard Smith2014-03-141-3/+1
* Basic: Add -Wswitch-bool to control warn_bool_switch_conditionDavid Majnemer2014-03-111-2/+1
* Tests for DR370-380.Richard Smith2014-03-051-3/+1
* Basic: Clean up malformed pragma diagnosticsDavid Majnemer2014-02-101-23/+1
* ARCMigrate: Introduce proper diagnostics for TransformActionsAlp Toker2014-01-261-1/+2
* This diagnostic did not accept arguments, and did not have any test coverage....Aaron Ballman2013-12-261-2/+1
* Wordsmith "maybe" into "may be" in diagnostic, and move warning under flag.Ted Kremenek2013-12-191-2/+1
* Rename an extension warning to ext_...Richard Smith2013-11-191-1/+1
* Remove trailing spacesSylvestre Ledru2013-11-121-4/+4
* Add specific warning flags for GNU ext in Sema.Eli Friedman2013-09-181-1/+1
* Tablegen now generates a StringSwitch for attributes containing enumeration a...Aaron Ballman2013-09-111-2/+1
* Add a diagnostic group for the "ignoring (static|inline) keyword onPeter Collingbourne2013-09-041-2/+1
* Partially revert r186903.Eli Friedman2013-07-261-1/+2
* Move friend warning into CXX11 warning group.Eli Friedman2013-07-261-2/+1