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