summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/virtual-destructor-calls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Perform two more constructor/destructor code-size optimizations:John McCall2010-02-231-0/+25
* Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall2010-02-191-4/+3
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-2/+3
* Make deleting and complete dtor variants defer to other dtor variants byJohn McCall2010-02-181-5/+5
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-2/+1
* Correctly pass VTT parameters to constructors and destructors. The VTTs aren'...Anders Carlsson2010-01-021-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When generating a virtual destructor, don't try to make a virtual call to the...Anders Carlsson2009-12-041-0/+24
OpenPOWER on IntegriCloud