summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/virtual-base-destructor-call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-6/+6
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-6/+6
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-6/+6
* Fix C++ constructor/destructor tests when run on ARMStephen Lin2013-06-181-6/+6
* Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...Eli Friedman2011-06-141-15/+15
* Fix another regression from the "skip vtable pointer initialization"Anders Carlsson2011-05-161-5/+5
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-6/+6
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-6/+6
* Don't try to emit the vtable for a class just because we're emitting aJohn McCall2010-06-021-6/+5
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-0/+1
* Delay codegen of vtables when handling implicit instantiations.Rafael Espindola2010-03-101-5/+5
* Make deleting and complete dtor variants defer to other dtor variants byJohn McCall2010-02-181-1/+33
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Test for my last patch.Fariborz Jahanian2009-11-301-0/+19