summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/virtual-base-destructor-call.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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