]> granicus.if.org Git - clang/commit
objective-c IRGen. Fixes a getter synthesis bug
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 26 Apr 2012 21:33:14 +0000 (21:33 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 26 Apr 2012 21:33:14 +0000 (21:33 +0000)
commit52c18b0933006acaf5c865f6e86a4694b5f288e7
tree57ce5ffd54efc91b47c0d1ef4d2f3efb6eec06cd
parent6ea4841da1390b4f76d066f25333f11f6d8c5f40
objective-c IRGen. Fixes a getter synthesis bug
where getter type is super class of its property
type, resulting in an assert. // rdar://11323676

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155663 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjC.cpp