Fix crash-on-invalid in objc super property access

jahanian fjahanian at apple.com
Tue Jan 20 08:55:18 PST 2015


On Jan 19, 2015, at 12:17 PM, Jason Haslam <jason.haslam at gmail.com> wrote:

> I don’t have commit access. Can you submit it for me? Thanks!
In r226578.
- Fariborz

> 
> Jason
> 
> 
>> On Jan 19, 2015, at 1:14 PM, jahanian <fjahanian at apple.com> wrote:
>> 
>> LGTM.
>> - Fariborz
>> 
>> On Jan 19, 2015, at 11:57 AM, Jason Haslam <jason.haslam at gmail.com> wrote:
>> 
>>> The attached patch fixes PR21932. It’s a crash-on-invalid for cases like this:
>>> 
>>> @implementation IFaceNotFound (Foo)
>>> -(int) foo {
>>> return super.foo;
>>> }
>>> @end
>>> 
>>> Jason
>>> 
>>> <objc-super-prop-crash-on-invalid.patch>_______________________________________________
>>> cfe-commits mailing list
>>> cfe-commits at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150120/84bde4e9/attachment.html>


More information about the cfe-commits mailing list