aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/virtual-member-functions.cpp
AgeCommit message (Expand)Author
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor
2010-05-11Speculatively revert r103497, "Do not mark the virtual members of anDaniel Dunbar
2010-05-11Do not mark the virtual members of an implicitly-instantiated class asDouglas Gregor
2010-03-16Perform access control even for the implicit destructor calls from implicitJohn McCall
2010-03-10Delay codegen of vtables when handling implicit instantiations.Rafael Espindola
2010-03-02During codegen assert that any copy assignment, destructor or constructor thatRafael Espindola
2010-01-06Fix marking of virtual members for nested classes whose first non-pure virtua...Douglas Gregor
2010-01-06Make our marking of virtual members functions in a class beDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-07Instantiated or specialized class templates never have a key function. This (...Anders Carlsson