summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/warning-flags.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* TEMPORARY. I will fix this properly shortly.Tanya Lattner2012-07-091-1/+2
* Enhance 'diagtool list-warnings' to report number of diagnostics covered dire...Ted Kremenek2012-07-071-0/+5
* Re-apply r159875 with fixes.Ted Kremenek2012-07-071-72/+2
* Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi2012-07-071-2/+72
* Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek2012-07-061-72/+2
* Add a warning flag for "'extern' variable has an initializer".Matt Beaumont-Gay2012-07-021-2/+1
* Add warning flag -Winvalid-pp-token for preprocessing-tokens which haveRichard Smith2012-06-281-3/+1
* objc: adds diagnostic group to several old objc warnings.Fariborz Jahanian2012-06-261-7/+1
* Minor improvements to some C99 variadic-macro-related diagnostics.Richard Smith2012-06-221-4/+1
* [diagtool] Write to llvm::outs() by default instead of llvm::errs()Jordan Rose2012-06-221-1/+1
* Add pedantic warning -Wempty-translation-unit (C11 6.9p1).Jordan Rose2012-06-061-2/+1
* Move the warnings for extra semi-colons under -Wextra-semi. Also, addedRichard Trieu2012-05-161-4/+1
* Put the availability warnings in a group.Rafael Espindola2012-05-061-4/+1
* Place several uncovered warnings under warning flags, and tweak diagnostic ou...Ted Kremenek2012-05-011-5/+1
* Move warn_cxx0x_right_shift_in_template_arg to CXX11Compat group, fromDouglas Gregor2012-05-011-2/+1
* 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
OpenPOWER on IntegriCloud