aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class.derived/class.virtual/p3-0x.cpp
AgeCommit message (Expand)Author
2012-11-22Fix CXXRecordDecl::forallBases to not look through bases which are dependentRichard Smith
2012-08-06PR13499: Don't try to check whether 'override' has been validly applied untilRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-01-20Diagnose when a virtual member function marked final is overridden.Anders Carlsson
2011-01-20When instantiating member functions, propagate whether the member function is...Anders Carlsson
2011-01-20When checking for functions marked override, ignore dependent contexts.Anders Carlsson
2011-01-20Diagnose virtual member functions marked override but not overriding any virt...Anders Carlsson