aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/implicit-copy-constructor.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Remove custom handling of array copies in lambda by-value array capture andRichard Smith1-3/+5
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel1-1/+1
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky1-1/+1
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-1/+1
2013-02-17Re-apply r174919 - smarter copy/move assignment/construction, with fixes forLang Hames1-3/+2
2013-02-12Backing out r174919 while I investigate a self-host bug on Takumi's builder.Lang Hames1-2/+3
2013-02-11When generating IR for default copy-constructors, copy-assignment operators,Lang Hames1-3/+2
2012-11-07When deciding whether to convert an array construction loop into a memcpy, lookRichard Smith1-1/+27
2011-06-17When synthesizing implicit copy/move constructors and copy/move assignmentJohn McCall1-0/+10
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola1-1/+1
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola1-1/+1
2010-05-05Reimplement code generation for copying fields in theDouglas Gregor1-0/+72