| commit | 071b98edec5606d4eee2eba6f1d9a52051a7d8ed | [log] [tgz] |
|---|---|---|
| author | Fariborz Jahanian <fjahanian@apple.com> | Fri Nov 01 00:26:48 2013 +0000 |
| committer | Fariborz Jahanian <fjahanian@apple.com> | Fri Nov 01 00:26:48 2013 +0000 |
| tree | 2b9550511624ba39683beec0fba8e9e6de523365 | |
| parent | 493cd8c09b2c3b10c2bd4026fa1cc760d1dd0e3b [diff] |
ObjectiveC migrator. When inferring readwrite property, 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