Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C++11: don't warn about the deprecated 'register' keyword if it's combined with | Richard Smith | 2013-06-17 | 1 | -4/+6 |
* | Add warning group -Wdeprecated-register for C++11 warning on 'register' being | Richard Smith | 2013-06-17 | 1 | -1/+3 |
* | Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from a | Richard Smith | 2013-06-14 | 1 | -0/+4 |
* | Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're | Richard Smith | 2013-06-13 | 1 | -4/+4 |
* | C++11: If a class has a user-declared copy operation or destructor, the | Richard Smith | 2013-06-13 | 1 | -0/+24 |
* | In C++11, promote access declaration diagnostic from warning to error. There | Richard Smith | 2013-06-13 | 1 | -2/+6 |
* | Add -Wdeprecated warnings and fixits for things deprecated in C++11: | Richard Smith | 2013-06-13 | 1 | -0/+31 |