r216282 - Objective-C. Update my previous patch to not warn if
jahanian
fjahanian at apple.com
Mon Aug 25 09:47:27 PDT 2014
On Aug 25, 2014, at 9:35 AM, jahanian <fjahanian at apple.com> wrote:
>
> On Aug 24, 2014, at 12:36 AM, Jean-Daniel Dupas <devlists at shadowlab.org> wrote:
>
>> Are you sure excluding that case is right ?
>>
>> AFAIK, call [super initialize] is suspicious, as the runtime already call it for each class in the hierarchy.
> [super initialize] is called from inside +initialize implementations.
> So, we don’t want to warn.
I guess, I can restrict this to not warn if it is inside +initialize implementation and warn in other situations.
- Fariborz
More information about the cfe-commits
mailing list