summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/implicit-copy-constructor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-3/+5
* 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
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Re-apply r174919 - smarter copy/move assignment/construction, with fixes forLang Hames2013-02-171-3/+2
* Backing out r174919 while I investigate a self-host bug on Takumi's builder.Lang Hames2013-02-121-2/+3
* When generating IR for default copy-constructors, copy-assignment operators,Lang Hames2013-02-111-3/+2
* When deciding whether to convert an array construction loop into a memcpy, lookRichard Smith2012-11-071-1/+27
* When synthesizing implicit copy/move constructors and copy/move assignmentJohn McCall2011-06-171-0/+10
* 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
* Reimplement code generation for copying fields in theDouglas Gregor2010-05-051-0/+72