]> granicus.if.org Git - clang/commit
objc-arc: evaluate 'readonly' property with no known
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 11 Jan 2012 18:26:06 +0000 (18:26 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 11 Jan 2012 18:26:06 +0000 (18:26 +0000)
commit015f608042a1d247899866849e69a4e9a1aff6a8
treec2ded939f16f9e1c228ab9c26f06691a5e8dba9a
parentde8facc81f505ca7e86022911145271f614b96ea
objc-arc: evaluate 'readonly' property with no known
life-time to that of its backing 'ivar's lifetime.
// rdar://10558871

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147956 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/arc-readonly-property-ivar-1.m [new file with mode: 0644]
test/SemaObjC/arc-readonly-property-ivar.m [new file with mode: 0644]