summaryrefslogtreecommitdiffstats
path: root/test/CXX/class.derived
Commit message (Expand)AuthorAgeFilesLines
* Implement [class.derived]p8.Anders Carlsson2011-01-221-0/+22
* 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
* In the presence of using declarations, we can find the same classDouglas Gregor2010-10-221-0/+28
* Implement computation of the final overriders for each virtualDouglas Gregor2010-03-233-0/+140
* Reinstate r97674 with a fix for the assertion that was firing in <list>Douglas Gregor2010-03-031-0/+63
* Revert r97674; it's causing failuresDouglas Gregor2010-03-031-63/+0
* Implement disambiguation of base class members via aDouglas Gregor2010-03-031-0/+63
* Implement name hiding for names found through virtual base subobjectsDouglas Gregor2010-03-031-0/+40
* Fix for PR5840: fix the kind of name lookup used for classes inEli Friedman2009-12-211-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When a member reference expression includes a qualifier on the memberDouglas Gregor2009-08-261-0/+19