summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
AgeCommit message (Expand)Author
2024-03-20[CodeGen] Fix test on 32-bit targets (NFC)Nikita Popov
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2016-12-13CodeGen: Start using inrange annotations on vtable getelementptr.Peter Collingbourne
2016-12-13CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne
2016-03-14CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-04-30Remove XFAIL now that this test passes (fixed by r236184).Richard Smith
2015-04-29Update clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp to pass for tar...NAKAMURA Takumi
2015-04-29XFAIL Hexagon until more codegen in place.Rick Foos
2015-04-29Stop assuming a 64-bit target here.Richard Smith
2015-04-29PR23373: A defaulted union copy constructor that is not trivial must still beRichard Smith
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2014-12-03Cast vtable address points to i32 (...)** to enable more globaloptReid Kleckner
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-06-30Restore r184205 and associated commits (after commit of r185290)Stephen Lin
2013-06-19Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin
2013-06-18Partially revert r184225 test changes and make a smaller and more generic fix.Stephen Lin
2013-06-18Fix C++ constructor/destructor tests when run on ARMStephen Lin
2011-06-13Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1...Eli Friedman
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-03-24More vtable improvements. We now compute and keep track of all vtable related...Anders Carlsson
2010-03-24More vtable work; preparations for moving over to the new vtable layout code ...Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-08Fix for PR5707: make sure implicit copy constructors initialize the vtableEli Friedman