]> granicus.if.org Git - clang/commit
Objective-C. Fixes an assert where because of captured
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 12 Aug 2014 15:51:49 +0000 (15:51 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 12 Aug 2014 15:51:49 +0000 (15:51 +0000)
commitb452261a386b680c459f36489a2dc8ede2e8f889
tree8764ab6211e62bb1d20378a5b463b2a51e8769fc
parent1cb6d934f554e2ceb72514dddb42cd05ab1ad10b
Objective-C. Fixes an assert where because of captured
variable in block is over-aligned with an align
attribute causing block metadata size not be multiple
of alignment. rdar://17878679

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215449 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
test/CodeGenObjC/block-over-align.m [new file with mode: 0644]