summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/warning-flags.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integers which are too large should be an error.Eli Friedman2013-07-231-5/+1
* Delete dead code.Eli Friedman2013-06-211-2/+1
* Warn on va_start() when called with a reference parameter.Nico Weber2013-05-241-3/+1
* Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith2013-03-181-2/+1
* After issuing a diagnostic for undefining or redefining a builtin macro,Richard Smith2013-03-061-2/+1
* Add missing InGroup for this warning.Nick Lewycky2013-01-251-2/+1
* Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclar...Nick Lewycky2013-01-241-2/+1
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-201-2/+1
* Add -Wmismatched-return-types flag for existing warning on conflicting return...Ted Kremenek2012-11-071-2/+1
* Add -Wmismatched-parameter-types flag for existing warning on conflicting par...Ted Kremenek2012-11-071-2/+1
* Add missing diagnostic group to format string warning.Eli Friedman2012-11-021-2/+1
* Tweak wording and add diagnostic groups to misc diagnostics.Eli Friedman2012-11-021-1/+1
* Remove ccc-no-clang-cpp, which is also dead now.Rafael Espindola2012-10-301-2/+1
* In the past "production" clang builds would not be used for c++, andRafael Espindola2012-10-301-2/+1
* Update warning-flag testDouglas Gregor2012-10-251-2/+1
* Revert r166647 to rethink the patch...Bill Wendling2012-10-251-2/+1
* Add some support for diagnosing possibly mismatched constraint, type size andBill Wendling2012-10-251-1/+2
OpenPOWER on IntegriCloud