]> granicus.if.org Git - clang/commit
objective-c blocks: Consider padding due to alignment
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 4 Dec 2012 17:20:57 +0000 (17:20 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 4 Dec 2012 17:20:57 +0000 (17:20 +0000)
commitff685c562c8fd5dfc6effec17377fde9dad6f271
tree2a6157d53ff120ddbdeb81753352475d3b07443f
parent393b008bcebb0a678a5a0a93ad69e28a30a62e84
objective-c blocks: Consider padding due to alignment
after the fixed size block header when generating
captured block variable info. // rdar://12773256

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169285 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclPrinter.cpp
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGBlocks.h
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/arc-captured-32bit-block-var-layout-2.m [new file with mode: 0644]