[cfe-commits] r154949 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

jahanian fjahanian at apple.com
Wed Apr 18 12:18:40 PDT 2012


On Apr 18, 2012, at 10:31 AM, jahanian wrote:

> 
> On Apr 17, 2012, at 2:04 PM, jahanian wrote:
> 
>> 
>> On Apr 17, 2012, at 1:43 PM, Matt Beaumont-Gay wrote:
>> 
>> This diagnostic should be triggered by this test case:
>> 
>> @interface I
>> // - (int) P;
>> - (void) setP : (int)arg;
>> @end
>> 
>> @interface II @end
>> 
>> @implementation II
>> - (void) Meth : (I*) arg {
>>  arg.P++;
>> }
>> @end
>> 
>> Instead, it ICEs.
> 
> FYI, I am going to look at this.

In r155036

- Fariborz

> 
> - fariborz
> 
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list