]> granicus.if.org Git - clang/commit
ObjectiveC. Allow readonly properties without an explicit ownership
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 4 Oct 2013 18:06:08 +0000 (18:06 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 4 Oct 2013 18:06:08 +0000 (18:06 +0000)
commit1cd6fab3930d5c058c201895654c6b0bd6ecb8c1
tree0d35017388a6dd170cd739f35917e23aaae7a28f
parentdadbd4797ce12c914580dec51d8973cfed5d37b3
ObjectiveC. Allow readonly properties without an explicit ownership
(assign/unsafe_unretained/weak/retain/strong/copy) in super class
to be overridden by a property with any explicit ownership in the
subclass. // rdar://15014468

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191971 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/property-ownership-attr.m [new file with mode: 0644]