summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/property-ownership-attr.m
Commit message (Collapse)AuthorAgeFilesLines
* ObjectiveC. Allow readonly properties without an explicit ownershipFariborz Jahanian2013-10-041-0/+19
(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 llvm-svn: 191971
OpenPOWER on IntegriCloud