summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/virtual-destructor-calls.cpp
AgeCommit message (Expand)Author
2022-10-07[CodeGenCXX] Convert more tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2018-06-18IRgen: Mark aliases of ctors and dtors as unnamed_addr.Peter Collingbourne
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2014-09-16Add support for putting constructors and destructos in explicit comdats.Rafael Espindola
2014-06-03Update for llvm API change.Rafael Espindola
2014-05-16Update for llvm api change.Rafael Espindola
2013-12-09Output destructors and constructors in a more natural order.Rafael Espindola
2013-11-13Don't use alias from derived dtor to base dtor at -O0.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-05-15PR12798: Don't drop part of the nested name specifier when instantiating aRichard Smith
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-02-23Perform two more constructor/destructor code-size optimizations:John McCall
2010-02-19Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall
2010-02-18Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall
2010-02-18Make deleting and complete dtor variants defer to other dtor variants byJohn McCall
2010-02-17Emit complete constructors and destructors as aliases to base constructorsJohn McCall
2010-01-02Correctly pass VTT parameters to constructors and destructors. The VTTs aren'...Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-04When generating a virtual destructor, don't try to make a virtual call to the...Anders Carlsson