summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-3/+3
* CodeGen: Start using inrange annotations on vtable getelementptr.Peter Collingbourne2016-12-131-1/+1
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-1/+1
* CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne2016-03-141-1/+1
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-3/+3
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-3/+3
* Remove XFAIL now that this test passes (fixed by r236184).Richard Smith2015-04-301-1/+0
* Update clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp to pass for tar...NAKAMURA Takumi2015-04-291-3/+3
* XFAIL Hexagon until more codegen in place.Rick Foos2015-04-291-0/+1
* Stop assuming a 64-bit target here.Richard Smith2015-04-291-3/+3
* PR23373: A defaulted union copy constructor that is not trivial must still beRichard Smith2015-04-291-1/+21
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* 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