]> granicus.if.org Git - clang/commit
Use the implementation decl for looking up offset while building the
authorDaniel Dunbar <daniel@zuster.org>
Sun, 3 May 2009 21:05:10 +0000 (21:05 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 3 May 2009 21:05:10 +0000 (21:05 +0000)
commit5a5a803df8a8e3e567278fdfd8a6c1aff8dc6b82
tree3da6d11a6d34a5425b60e95951112cece7f2934c
parenta74869c46a02ad7c609403b402884ab46586eb76
Use the implementation decl for looking up offset while building the
ivar layout.
 - The layout needs access to synthesized ivars.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70798 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/ivar-layout-64.m [new file with mode: 0644]