summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/virtual-member-functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Lit Test] Make tests C++11 compatible - Microsoft diagnosticsCharles Li2017-02-061-4/+50
* Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().Nico Weber2015-01-261-2/+2
* Mark vtable used on explicit destructor definitions.Nico Weber2015-01-131-0/+18
* Simplify a test. No behavior change.Nico Weber2015-01-131-5/+3
* Avoid referencing the vtable when calling the ctor without emitting itReid Kleckner2014-07-161-2/+52
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-2/+8
* One more cast test.Eli Friedman2013-06-201-0/+12
* Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith2013-06-131-1/+1
* 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