summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT/objcmt-property-availability.m.result
Commit message (Collapse)AuthorAgeFilesLines
* ObjectiveC migrator. use strong instead of Fariborz Jahanian2013-11-211-5/+5
| | | | | | | retain attribute for inferred properties. // rdar://15519923 llvm-svn: 195292
* ObjectiveC migrator. When inferring readwrite property,Fariborz Jahanian2013-11-011-0/+43
do not remove the setter if its availability differs from availability of the getter (which is now turned into a property). Otherwise, synthesized setter will inherit availability of the property (which is incorrect). // rdar://15300059 llvm-svn: 193837
OpenPOWER on IntegriCloud