| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add warning flag for "partial specialization is not more specialized than pri... | Richard Smith | 2016-12-27 | 1 | -2/+1 |
| * | Driver: Remove support for -fobjc-gc* | Duncan P. N. Exon Smith | 2016-12-07 | 1 | -2/+1 |
| * | More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_. | Richard Smith | 2016-12-02 | 1 | -3/+1 |
| * | Add -Wduplicate-protocol for existing diagnostic | Alex Lorenz | 2016-11-10 | 1 | -2/+1 |
| * | DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. | Richard Smith | 2016-10-21 | 1 | -2/+1 |
| * | Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ... | Renato Golin | 2016-10-21 | 1 | -1/+2 |
| * | DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. | Richard Smith | 2016-10-21 | 1 | -2/+1 |
| * | Put new warning in a diagnostic group. | Matthias Braun | 2016-09-27 | 1 | -2/+1 |
| * | CC1: Add -save-stats option | Matthias Braun | 2016-09-26 | 1 | -1/+2 |
| * | Use %select to merge similar diagnostics. NFC | Craig Topper | 2015-11-14 | 1 | -3/+2 |
| * | Add warning flags for #include_next and some nearby warnings. | Richard Smith | 2015-10-12 | 1 | -6/+2 |
| * | Promote a warning on ill-formed code (redeclaration missing an exception | Richard Smith | 2015-09-30 | 1 | -2/+1 |
| * | C11 _Bool bitfield diagnostic | Rachel Craik | 2015-09-14 | 1 | -3/+1 |
| * | Put ext_implicit_lib_function_decl in ImplicitFunctionDeclare. | Ed Schouten | 2015-09-04 | 1 | -2/+1 |
| * | Generate a diagnostic when a catch handler cannot execute due to class hierar... | Aaron Ballman | 2015-04-08 | 1 | -2/+1 |
| * | Partial revert of r229336; this wasn't intended to go in. | Aaron Ballman | 2015-02-15 | 1 | -1/+2 |
| * | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 1 | -2/+1 |
| * | Improve the "braces around scalar init" warning to determine whether to warn | Richard Smith | 2015-02-12 | 1 | -3/+1 |
| * | Objective-C. Provide group name for warning | Fariborz Jahanian | 2014-12-18 | 1 | -2/+1 |
| * | Another warning with no group name bites the dust. | Fariborz Jahanian | 2014-12-02 | 1 | -2/+1 |
| * | Basic: Add ext_delete_void_ptr_operand to -Wdelete-incomplete | David Majnemer | 2014-10-22 | 1 | -2/+1 |
| * | Objective-C [qoi] - provide group name for | Fariborz Jahanian | 2014-09-29 | 1 | -2/+1 |
| * | Add a warning flag for an existing diagnostic. | Nico Weber | 2014-08-18 | 1 | -2/+1 |
| * | Provide warning name for property attribute warning | Fariborz Jahanian | 2014-07-29 | 1 | -3/+1 |
| * | PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus | Richard Smith | 2014-07-19 | 1 | -6/+4 |
| * | Sema: Static redeclaration after extern declarations is a Microsoft Extension | David Majnemer | 2014-06-18 | 1 | -2/+1 |
| * | ARCMT/GC-check-warn-nsalloc.m: don't provide a diag group | Alp Toker | 2014-05-19 | 1 | -1/+2 |
| * | Put macro redefinition warnings under -Wmacro-redefined | Reid Kleckner | 2014-04-04 | 1 | -2/+1 |
| * | Add two missing entries to the C++11 support page. Bump one relevant diagnostic | Richard Smith | 2014-03-14 | 1 | -3/+1 |
| * | Basic: Add -Wswitch-bool to control warn_bool_switch_condition | David Majnemer | 2014-03-11 | 1 | -2/+1 |
| * | Tests for DR370-380. | Richard Smith | 2014-03-05 | 1 | -3/+1 |
| * | Basic: Clean up malformed pragma diagnostics | David Majnemer | 2014-02-10 | 1 | -23/+1 |
| * | ARCMigrate: Introduce proper diagnostics for TransformActions | Alp Toker | 2014-01-26 | 1 | -1/+2 |
| * | This diagnostic did not accept arguments, and did not have any test coverage.... | Aaron Ballman | 2013-12-26 | 1 | -2/+1 |
| * | Wordsmith "maybe" into "may be" in diagnostic, and move warning under flag. | Ted Kremenek | 2013-12-19 | 1 | -2/+1 |
| * | Rename an extension warning to ext_... | Richard Smith | 2013-11-19 | 1 | -1/+1 |
| * | Remove trailing spaces | Sylvestre Ledru | 2013-11-12 | 1 | -4/+4 |
| * | Add specific warning flags for GNU ext in Sema. | Eli Friedman | 2013-09-18 | 1 | -1/+1 |
| * | 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 |