Re: r251874 - Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.

2015-11-02 Thread Richard Smith via cfe-commits
This is awesome, thank you both! On Mon, Nov 2, 2015 at 5:22 PM, Douglas Gregor via cfe-commits < cfe-commits@lists.llvm.org> wrote: > … and I forgot the most important part, which is that this is based on the > good work of Mr. Kyrtzidis that I failed to acknowledge in the commit > message. > >

Re: r251874 - Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.

2015-11-02 Thread Douglas Gregor via cfe-commits
… and I forgot the most important part, which is that this is based on the good work of Mr. Kyrtzidis that I failed to acknowledge in the commit message. - Doug > On Nov 2, 2015, at 5:15 PM, Douglas Gregor via cfe-commits > wrote: > > Author: dgregor > Date: Mon Nov 2 19:15:46 2015

r251874 - Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.

2015-11-02 Thread Douglas Gregor via cfe-commits
Author: dgregor Date: Mon Nov 2 19:15:46 2015 New Revision: 251874 URL: http://llvm.org/viewvc/llvm-project?rev=251874&view=rev Log: Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones. A 'readonly' Objective-C property declared in the primary class can effectively be shad