summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx11-base-spec-attributes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith2013-02-191-0/+10
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
OpenPOWER on IntegriCloud