]> granicus.if.org Git - clang/commit
Generate code for the move assignment operator using memcpy, the same as we do
authorNick Lewycky <nicholas@mxc.ca>
Tue, 10 Sep 2013 05:14:39 +0000 (05:14 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 10 Sep 2013 05:14:39 +0000 (05:14 +0000)
commit7fda20777785ae0076aa9f1c49ff6639cb7299ef
tree14b69ef283ab57760189138c3670889cc8bdba73
parent39bd371610af27b073c792c54c6c28133329f6ad
Generate code for the move assignment operator using memcpy, the same as we do
for the copy assignment operator.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190385 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp
test/CodeGenCXX/move-assignment.cpp [new file with mode: 0644]