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