aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class.derived
AgeCommit message (Expand)Author
2012-11-22Fix CXXRecordDecl::forallBases to not look through bases which are dependentRichard Smith
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-10-17Implement C++ 10.3p16 - overrides involving deleted functions must match.David Blaikie
2012-08-06PR13499: Don't try to check whether 'override' has been validly applied untilRichard Smith
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-10-25Handle redundant 'typename' on base class specifications.David Blaikie
2011-10-25Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug...David Blaikie
2011-10-25Fix cases where the optional nested-name-specifier erroneously preceeded a de...David Blaikie
2011-10-25Support the use of decltype for specifying base types. Fixes PR11216.David Blaikie
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-03-25Get rid of handling of the 'explicit' keyword from class-head. We still parse...Anders Carlsson
2011-02-18Fix PR8767, improve diagnostic wording when allocating an object of anChandler Carruth
2011-01-22Implement [class.derived]p8.Anders Carlsson
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
2010-10-22In the presence of using declarations, we can find the same classDouglas Gregor
2010-03-23Implement computation of the final overriders for each virtualDouglas Gregor
2010-03-03Reinstate r97674 with a fix for the assertion that was firing in <list>Douglas Gregor
2010-03-03Revert r97674; it's causing failuresDouglas Gregor
2010-03-03Implement disambiguation of base class members via aDouglas Gregor
2010-03-03Implement name hiding for names found through virtual base subobjectsDouglas Gregor
2009-12-21Fix for PR5840: fix the kind of name lookup used for classes inEli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-08-26When a member reference expression includes a qualifier on the memberDouglas Gregor