[cfe-commits] r157407 - in /cfe/trunk: lib/Sema/SemaExprObjC.cpp test/SemaObjC/property-user-setter.m
jahanian
fjahanian at apple.com
Thu May 24 11:49:15 PDT 2012
On May 24, 2012, at 11:46 AM, jahanian wrote:
>
> On May 24, 2012, at 11:37 AM, Jordy Rose wrote:
>
>> In this case, are 't' and 'T' distinct properties? Both of them will have -setT: as their setters, even if they have distinct getters, yes? Any program that has both 't' and 'T' will most likely end up with incorrect behavior.
>>
>
> That's correct. This issue though is unrelated to this patch. clang's and llvm-gcc's behaviors are identically incorrect.
> A diagnostic of some kind is warranted. Please file a bugzilla to cover this issue.
>
> - fariborz
>
I am just going to fix this shortly with an error of some kind.
- Fariborz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120524/6be43644/attachment.html>
More information about the cfe-commits
mailing list