summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/virtual-base-destructor-call.cpp
AgeCommit message (Expand)Author
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-09-27Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov
2013-06-30Restore r184205 and associated commits (after commit of r185290)Stephen Lin
2013-06-19Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin
2013-06-18Fix C++ constructor/destructor tests when run on ARMStephen Lin
2011-06-14Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...Eli Friedman
2011-05-16Fix another regression from the "skip vtable pointer initialization"Anders Carlsson
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-06-02Don't try to emit the vtable for a class just because we're emitting aJohn McCall
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor
2010-03-10Delay codegen of vtables when handling implicit instantiations.Rafael Espindola
2010-02-18Make deleting and complete dtor variants defer to other dtor variants byJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-30Test for my last patch.Fariborz Jahanian