| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tablegen now generates a StringSwitch for attributes containing enumeration a... | Aaron Ballman | 2013-09-11 | 1 | -2/+1 |
| * | Add a diagnostic group for the "ignoring (static|inline) keyword on | Peter Collingbourne | 2013-09-04 | 1 | -2/+1 |
| * | Partially revert r186903. | Eli Friedman | 2013-07-26 | 1 | -1/+2 |
| * | Move friend warning into CXX11 warning group. | Eli Friedman | 2013-07-26 | 1 | -2/+1 |
| * | Integers which are too large should be an error. | Eli Friedman | 2013-07-23 | 1 | -5/+1 |
| * | Delete dead code. | Eli Friedman | 2013-06-21 | 1 | -2/+1 |
| * | Warn on va_start() when called with a reference parameter. | Nico Weber | 2013-05-24 | 1 | -3/+1 |
| * | Add missing diagnostic for a nested-name-specifier on a free-standing type de... | Richard Smith | 2013-03-18 | 1 | -2/+1 |
| * | After issuing a diagnostic for undefining or redefining a builtin macro, | Richard Smith | 2013-03-06 | 1 | -2/+1 |
| * | Add missing InGroup for this warning. | Nick Lewycky | 2013-01-25 | 1 | -2/+1 |
| * | Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclar... | Nick Lewycky | 2013-01-24 | 1 | -2/+1 |
| * | Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then | Richard Smith | 2012-12-20 | 1 | -2/+1 |
| * | Add -Wmismatched-return-types flag for existing warning on conflicting return... | Ted Kremenek | 2012-11-07 | 1 | -2/+1 |
| * | Add -Wmismatched-parameter-types flag for existing warning on conflicting par... | Ted Kremenek | 2012-11-07 | 1 | -2/+1 |
| * | Add missing diagnostic group to format string warning. | Eli Friedman | 2012-11-02 | 1 | -2/+1 |
| * | Tweak wording and add diagnostic groups to misc diagnostics. | Eli Friedman | 2012-11-02 | 1 | -1/+1 |
| * | Remove ccc-no-clang-cpp, which is also dead now. | Rafael Espindola | 2012-10-30 | 1 | -2/+1 |
| * | In the past "production" clang builds would not be used for c++, and | Rafael Espindola | 2012-10-30 | 1 | -2/+1 |
| * | Update warning-flag test | Douglas Gregor | 2012-10-25 | 1 | -2/+1 |
| * | Revert r166647 to rethink the patch... | Bill Wendling | 2012-10-25 | 1 | -2/+1 |
| * | Add some support for diagnosing possibly mismatched constraint, type size and | Bill Wendling | 2012-10-25 | 1 | -1/+2 |
| * | Adds couple of missing warning flags so warnings can be turned | Fariborz Jahanian | 2012-10-17 | 1 | -3/+1 |
| * | The clang driver has a fairly fancy support for executing gcc instead of | Rafael Espindola | 2012-10-09 | 1 | -2/+1 |
| * | Permanently end the whole "pragma got handled by the parser too early" | Eli Friedman | 2012-10-04 | 1 | -2/+1 |
| * | PR13881: Add -Wzero-length-array for zero length array extension, and move it... | Richard Smith | 2012-09-20 | 1 | -1/+1 |
| * | Promote the warning about extra qualification on a declaration from a | Douglas Gregor | 2012-09-13 | 1 | -2/+1 |
| * | Splitting the duplicated decl spec extension warning into two: one is an ExtW... | Aaron Ballman | 2012-08-28 | 1 | -1/+1 |
| * | Fix horrible regression in control of warnings caused by introduction of -Wpe... | Ted Kremenek | 2012-08-10 | 1 | -2/+33 |
| * | PR13529: Don't crash if the driver sees an unused input file when running as | Richard Smith | 2012-08-06 | 1 | -3/+1 |
| * | Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem... | Ted Kremenek | 2012-07-25 | 1 | -3/+3 |
| * | Add diagnostics for comma at end of enum and for extra semicolon at namespace | Richard Smith | 2012-07-23 | 1 | -4/+2 |
| * | Move a bunch of the attribute warnings under the IgnoreAttributes group. Clea... | Tanya Lattner | 2012-07-13 | 1 | -29/+1 |
| * | TEMPORARY. I will fix this properly shortly. | Tanya Lattner | 2012-07-09 | 1 | -1/+2 |
| * | Enhance 'diagtool list-warnings' to report number of diagnostics covered dire... | Ted Kremenek | 2012-07-07 | 1 | -0/+5 |
| * | Re-apply r159875 with fixes. | Ted Kremenek | 2012-07-07 | 1 | -72/+2 |
| * | Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever... | NAKAMURA Takumi | 2012-07-07 | 1 | -2/+72 |
| * | Implement -Wpedantic and --no-pedantic to complement -Weverything. | Ted Kremenek | 2012-07-06 | 1 | -72/+2 |
| * | Add a warning flag for "'extern' variable has an initializer". | Matt Beaumont-Gay | 2012-07-02 | 1 | -2/+1 |
| * | Add warning flag -Winvalid-pp-token for preprocessing-tokens which have | Richard Smith | 2012-06-28 | 1 | -3/+1 |
| * | objc: adds diagnostic group to several old objc warnings. | Fariborz Jahanian | 2012-06-26 | 1 | -7/+1 |
| * | Minor improvements to some C99 variadic-macro-related diagnostics. | Richard Smith | 2012-06-22 | 1 | -4/+1 |
| * | [diagtool] Write to llvm::outs() by default instead of llvm::errs() | Jordan Rose | 2012-06-22 | 1 | -1/+1 |
| * | Add pedantic warning -Wempty-translation-unit (C11 6.9p1). | Jordan Rose | 2012-06-06 | 1 | -2/+1 |
| * | Move the warnings for extra semi-colons under -Wextra-semi. Also, added | Richard Trieu | 2012-05-16 | 1 | -4/+1 |
| * | Put the availability warnings in a group. | Rafael Espindola | 2012-05-06 | 1 | -4/+1 |
| * | Place several uncovered warnings under warning flags, and tweak diagnostic ou... | Ted Kremenek | 2012-05-01 | 1 | -5/+1 |
| * | Move warn_cxx0x_right_shift_in_template_arg to CXX11Compat group, from | Douglas Gregor | 2012-05-01 | 1 | -2/+1 |
| * | Add warning flag for '#import is a language extension', -W#import-pedantic. | Ted Kremenek | 2012-03-16 | 1 | -2/+1 |
| * | Move int<->pointer conversion warnings behind -Wint-conversions. | Nico Weber | 2012-03-02 | 1 | -3/+1 |
| * | Reapply r151638 and r151641. | James Molloy | 2012-02-29 | 1 | -2/+1 |