summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/warning-flags.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds couple of missing warning flags so warnings can be turnedFariborz Jahanian2012-10-171-3/+1
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-2/+1
* Permanently end the whole "pragma got handled by the parser too early"Eli Friedman2012-10-041-2/+1
* PR13881: Add -Wzero-length-array for zero length array extension, and move it...Richard Smith2012-09-201-1/+1
* Promote the warning about extra qualification on a declaration from aDouglas Gregor2012-09-131-2/+1
* Splitting the duplicated decl spec extension warning into two: one is an ExtW...Aaron Ballman2012-08-281-1/+1
* Fix horrible regression in control of warnings caused by introduction of -Wpe...Ted Kremenek2012-08-101-2/+33
* PR13529: Don't crash if the driver sees an unused input file when running asRichard Smith2012-08-061-3/+1
* Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem...Ted Kremenek2012-07-251-3/+3
* Add diagnostics for comma at end of enum and for extra semicolon at namespaceRichard Smith2012-07-231-4/+2
* Move a bunch of the attribute warnings under the IgnoreAttributes group. Clea...Tanya Lattner2012-07-131-29/+1
OpenPOWER on IntegriCloud