aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class/class.mem/p8-0x.cpp
AgeCommit message (Expand)Author
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-03-25Remove 'new' from virt-specifier since it's going to be removed in the next C...Anders Carlsson
2011-01-28PR9037: Allow override, final, and new as an extension on inline members.Nico Weber
2011-01-20Fix tests to be valid.Anders Carlsson
2011-01-20Change the parser error to reflect that virt-specifiers are allowed on any cl...Anders Carlsson
2011-01-20Only allow virtual member functions to be marked 'override' and 'final'.Anders Carlsson
2011-01-17Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct.Anders Carlsson