summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/virtual-member-functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-4/+35
* Speculatively revert r103497, "Do not mark the virtual members of anDaniel Dunbar2010-05-111-23/+0
* Do not mark the virtual members of an implicitly-instantiated class asDouglas Gregor2010-05-111-0/+23
* Perform access control even for the implicit destructor calls from implicitJohn McCall2010-03-161-2/+2
* Delay codegen of vtables when handling implicit instantiations.Rafael Espindola2010-03-101-2/+2
* During codegen assert that any copy assignment, destructor or constructor thatRafael Espindola2010-03-021-4/+4
* Fix marking of virtual members for nested classes whose first non-pure virtua...Douglas Gregor2010-01-061-0/+12
* Make our marking of virtual members functions in a class beDouglas Gregor2010-01-061-1/+22
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Instantiated or specialized class templates never have a key function. This (...Anders Carlsson2009-12-071-0/+22