Fariborz Jahanian
|
49e69ee557
|
Objective-C migrator: when inferring 'readonly' property of an
Objective-C object conforming to 'NSCopying' protocol, infer
a 'copy' property, instead of 'strong'. // rdar://15525937
llvm-svn: 197102
|
2013-12-12 01:02:00 +00:00 |
Fariborz Jahanian
|
54c8eaad90
|
ObjectiveC migrator. use strong instead of
retain attribute for inferred properties.
// rdar://15519923
llvm-svn: 195292
|
2013-11-21 00:58:17 +00:00 |
Fariborz Jahanian
|
da267d0551
|
ObjectiveC migrator: This patch sets access property
attributes on 'readonly' properties. // rdar://15460787
llvm-svn: 194718
|
2013-11-14 18:28:58 +00:00 |
Fariborz Jahanian
|
2e793d6124
|
ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY
on inferred property attribute under
-objcmt-ns-nonatomic-iosonly option.
// rdar://15442742
llvm-svn: 194532
|
2013-11-13 00:08:36 +00:00 |
Fariborz Jahanian
|
bed1be926d
|
ObjectiveC migrator. Another alternative to
"atomic" or "nonatomic" for properties is
NS_NONATOMIC_IOSONLY. Use it if available.
// rdar://15442742
llvm-svn: 194503
|
2013-11-12 19:25:50 +00:00 |