summaryrefslogtreecommitdiffstats
path: root/test/CXX/class/class.mem
Commit message (Expand)AuthorAgeFilesLines
* Bah...Bill Wendling2012-05-121-17/+0
* Merging r155426:Bill Wendling2012-05-121-1/+9
* Merging r155424:Bill Wendling2012-05-121-1/+10
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-161-0/+27
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-132-2/+2
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-0/+9
* Fix a typo in a test.Richard Trieu2011-05-041-1/+1
* Diagnose attempts to implicitly instantiate a template before it isJohn McCall2011-04-271-0/+31
* Remove warnings about using override control keywords in inline function defi...Anders Carlsson2011-03-251-13/+0
* Remove 'new' from virt-specifier since it's going to be removed in the next C...Anders Carlsson2011-03-252-3/+0
* PR9037: Allow override, final, and new as an extension on inline members.Nico Weber2011-01-282-0/+42
* Fix tests to be valid.Anders Carlsson2011-01-201-2/+11
* Change the parser error to reflect that virt-specifiers are allowed on any cl...Anders Carlsson2011-01-201-3/+3
* Only allow virtual member functions to be marked 'override' and 'final'.Anders Carlsson2011-01-201-0/+12
* Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct.Anders Carlsson2011-01-171-0/+6
* Diagnose C++ [class.mem]p13-14, where a class member has the same nameDouglas Gregor2010-10-152-0/+59
* If we end up instantiating a function parameter whose default argumentDouglas Gregor2010-10-121-0/+27
* Parse default arguments within member functions in source order, fromDouglas Gregor2010-10-121-0/+46
* Add redeclaration checking for static data members and fix a cornerDouglas Gregor2010-08-301-0/+64