Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix -Wmismatched-tags to not warn on redeclarations of structs in system | Richard Smith | 2018-12-04 | 1 | -1/+30 |
* | DR1909: Diagnose all invalid cases of a class member sharing its name with th... | Richard Smith | 2015-07-06 | 1 | -2/+2 |
* | Sema: Don't crash when an inject class name has a nested redefinition | David Majnemer | 2014-12-28 | 1 | -0/+6 |
* | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
* | Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-t... | Richard Trieu | 2011-06-10 | 1 | -2/+158 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | In C++, warn when something previously declared as a "struct" is later | Douglas Gregor | 2009-05-14 | 1 | -5/+5 |
* | One can use "class" and "struct" interchangeably to refer to a class | Douglas Gregor | 2009-05-03 | 1 | -0/+8 |