]> granicus.if.org Git - clang/commit
Fixed an ir-gen bug in syntheszing a getter function
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 3 Mar 2009 18:49:40 +0000 (18:49 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 3 Mar 2009 18:49:40 +0000 (18:49 +0000)
commited1d29d62595a83ccf6ef23eb2759d355206df2e
tree9c8cd3f02a2cb5ce23376772661905164a57178e
parent6076e0a65183e52dd118e34f62bc2adc056a54e1
Fixed an ir-gen bug in syntheszing a getter function
with property type which does not match its ivar and
in -fobjc-gc-only mode!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65955 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjC.cpp
test/CodeGenObjC/objc2-retain-codegen.m [new file with mode: 0644]