summaryrefslogtreecommitdiffstats
path: root/test/CXX/class.derived/class.virtual/p3-0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r218925 - "Patch to warn if 'override' is missing"Alexander Potapenko2014-10-031-4/+4
* Patch to warn if 'override' is missingFariborz Jahanian2014-10-021-4/+4
* Improve error for "override" + non-virtual func.Eli Friedman2013-09-051-0/+20
* Fix CXXRecordDecl::forallBases to not look through bases which are dependentRichard Smith2012-11-221-0/+30
* PR13499: Don't try to check whether 'override' has been validly applied untilRichard Smith2012-08-061-0/+49
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Diagnose when a virtual member function marked final is overridden.Anders Carlsson2011-01-201-0/+11
* When instantiating member functions, propagate whether the member function is...Anders Carlsson2011-01-201-0/+16
* When checking for functions marked override, ignore dependent contexts.Anders Carlsson2011-01-201-0/+16
* Diagnose virtual member functions marked override but not overriding any virt...Anders Carlsson2011-01-201-0/+10