summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/copy-constructor-synthesis.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2023-02-17[Clang] 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-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
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-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
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-02-21Complete Rewrite of CGRecordLayoutBuilderWarren Hunt
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-05-07Weaken an assertion in memcpyization to account forJohn McCall
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-30Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert a...Anders Carlsson
2010-03-30Handle default arguments when calling copy constructors for bases or members ...Anders Carlsson
2010-03-30Change a test to FileCheck bitcode instead of assembler.Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-24Handle references correctly when synthesizing copy constructors.Anders Carlsson
2009-11-16Implement a few more cases for copy constructor synthesis.Eli Friedman
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-26Mangle record types as decls.Anders Carlsson
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-21Patch to provide ir-gen support in copying array membersFariborz Jahanian
2009-08-11ir-gen support for anonymous union data memberFariborz Jahanian
2009-08-10ir-gen for generating copying of scalar data members inFariborz Jahanian