r197540 - ObjectiveC. typo fix in my last patch,

jahanian fjahanian at apple.com
Wed Dec 18 08:56:41 PST 2013


On Dec 17, 2013, at 5:27 PM, Jordan Rose <jordan_rose at apple.com> wrote:

> 
> On Dec 17, 2013, at 16:52, Fariborz Jahanian <fjahanian at apple.com> wrote:
> 
>> def warn_dealloc_in_category : Warning<
>> -"decalloc is being overridden in category">,
>> +"-dealloc in a category is being overridden">,
> 
> Aack, sorry...this doesn't make sense. I was going for "-dealloc is being overridden in a category" or "'-dealloc' is being overridden in a category". "-dealloc in a category is overridden" implies that the original -dealloc is in a category, not the new one.

You are right. Sentence changed in r197586.
Thanks, Fariborz


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131218/231269e6/attachment.html>


More information about the cfe-commits mailing list