summaryrefslogtreecommitdiffstats
path: root/test/Misc/warning-flags.c
Commit message (Expand)AuthorAgeFilesLines
* Add warning flag for '#import is a language extension', -W#import-pedantic.Ted Kremenek2012-03-161-2/+1
* Move int<->pointer conversion warnings behind -Wint-conversions.Nico Weber2012-03-021-3/+1
* Reapply r151638 and r151641.James Molloy2012-02-291-2/+1
* Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis2012-02-281-1/+2
* Correctly track tags and enum members defined in the prototype of a function,...James Molloy2012-02-281-2/+1
* Support GCC's bug^Wextension allowing class array members to be initalized by aRichard Smith2012-02-151-2/+1
* Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko2012-02-131-9/+1
* Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith2012-01-151-2/+1
* PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith2012-01-051-2/+1
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-2/+1
* Let the KNR promotion warning be disabled.Roman Divacky2011-12-201-2/+1
* Add a warning flag for ext_embedded_directive. gcc considers this undefinedRichard Smith2011-12-161-2/+1
* Suggest typo corrections for implicit function declarations.Hans Wennborg2011-12-061-2/+1
* Place "use @dynamic or provide a method implementation" warnings under a -W f...Ted Kremenek2011-11-291-3/+1
* Remove one group'ed warning.Fariborz Jahanian2011-11-151-2/+1
* Fix the signature of the getcontext builtin. Patch by Dimitry Andric.Rafael Espindola2011-11-131-3/+1
* Place 'argument unused during compilation' under a -W flag. Fixes <rdar://pr...Ted Kremenek2011-11-111-2/+1
* Put ext_offsetof_extended_field_designator under the warning flagDouglas Gregor2011-11-091-2/+1
* Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles!Ted Kremenek2011-10-171-19/+1
* Add flags for the remaining shift related warningsJoerg Sonnenberger2011-10-141-3/+1
* Place diagnostic group ext_typecheck_decl_incomplete_type under a -W flag.Ted Kremenek2011-10-111-2/+1
* Add -Wlanguage-extension-token option for ext_token_used warning.Ivan Krasin2011-10-061-2/+1
* Place diagnostic warn_atomic_property_rule under a -W flag. Fixes <rdar://pr...Ted Kremenek2011-10-041-2/+1
* Place diagnostic warn_ownin_getter_rule under a -W flag. Fixes <rdar://probl...Ted Kremenek2011-10-041-2/+1
* Place diagnostic ext_predef_outside_function under a -W flag. Fixes <rdar://...Ted Kremenek2011-10-041-2/+1
* Revert r141060. We should NEVER add new warnings that aren't guarded by flag.Ted Kremenek2011-10-041-2/+1
* Update testcase for r141053+r141055.Chad Rosier2011-10-041-1/+2
* Add a warning group for warnings about using C1X features as extensionsPeter Collingbourne2011-09-291-3/+1
* Add DiagGroups to a couple of warnings.Matt Beaumont-Gay2011-09-231-5/+1
* Place diagnostic warn_ivar_use_hidden under the flag -Wshadow-ivar.Ted Kremenek2011-09-221-2/+1
* PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-...Richard Smith2011-09-041-1/+1
* Switch the "no module found" default-fatal warning to a default-fatal error.Douglas Gregor2011-08-311-2/+1
* Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre...Eli Friedman2011-08-301-2/+1
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-261-1/+2
* Fix this test which had encoded the typo fixed in r137814.Chandler Carruth2011-08-171-1/+1
* Place err_cfstring_literal_not_string_constant and warn_cfstring_truncated un...Ted Kremenek2011-08-121-2/+1
* Place diagnostic warn_stringcompare under the "-Wstring-compare" flag.Ted Kremenek2011-08-121-2/+1
* Place warnings related to incorrect "main()" declaration under "-Wmain".Ted Kremenek2011-08-121-3/+1
* Add -Wtypename-missing flag for diagnostic warn_typename_missing.Ted Kremenek2011-08-121-2/+1
* Add diagtool-based test where we enforce that no additional warnings can be a...Ted Kremenek2011-08-111-0/+337