| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PR15300: Support C++11 attributes on base-specifiers. We don't support any such | Richard Smith | 2013-02-19 | 1 | -0/+17 |
| | | | | | | | | | attributes yet, so just issue the appropriate diagnostics. Also generalize the fixit for attributes-in-the-wrong-place code and reuse it here, if attributes are placed after the access-specifier or 'virtual' in a base specifier. llvm-svn: 175575 | ||||
| * | Add fixit hints for misplaced C++11 attributes around class specifiers. | Michael Han | 2013-01-07 | 1 | -0/+34 |
| Following r168626, in class declaration or definition, there are a combination of syntactic locations where C++11 attributes could appear, and among those the only valid location permitted by standard is between class-key and class-name. So for those attributes appear at wrong locations, fixit is used to move them to expected location and we recover by applying them to the class specifier. llvm-svn: 171757 | |||||

