summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cast vtable address points to i32 (...)** to enable more globaloptReid Kleckner2014-12-031-1/+1
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-1/+1
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-1/+1
* 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
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-1/+1
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-1/+1
* Partially revert r184225 test changes and make a smaller and more generic fix.Stephen Lin2013-06-181-7/+3
* Fix C++ constructor/destructor tests when run on ARMStephen Lin2013-06-181-3/+7
* Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1...Eli Friedman2011-06-131-1/+1
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
* More vtable improvements. We now compute and keep track of all vtable related...Anders Carlsson2010-03-241-1/+1
* More vtable work; preparations for moving over to the new vtable layout code ...Anders Carlsson2010-03-241-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix for PR5707: make sure implicit copy constructors initialize the vtableEli Friedman2009-12-081-0/+7