]> granicus.if.org Git - clang/commit
Fix the emission of the copy-initialization of a block capture
authorJohn McCall <rjmccall@apple.com>
Mon, 4 Mar 2013 06:32:36 +0000 (06:32 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 4 Mar 2013 06:32:36 +0000 (06:32 +0000)
commit0353a7b2df9dc36784f9ec354c266f9c603053e1
treea67cfe898ed57ba4e0285fc9fec106ad759603b6
parent68f94dbbd20cf41af733f2036c8688894489c3fd
Fix the emission of the copy-initialization of a block capture
from a lambda capture when the capture is not trivially-copyable.

rdar://13295759

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176431 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
test/CodeGenCXX/blocks-cxx11.cpp