[cfe-commits] r71597 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaDeclObjC.cpp test/SemaObjC/attr-deprecated.m test/SemaObjC/method-attributes.m

Fariborz Jahanian fjahanian at apple.com
Tue May 12 17:49:54 PDT 2009


On May 12, 2009, at 5:27 PM, Daniel Dunbar wrote:

> On Tue, May 12, 2009 at 2:36 PM, Fariborz Jahanian <fjahanian at apple.com 
> > wrote:
>> +def warn_attribute_method_def : Warning<
>> +  "method attribute may be specified on method declarations only">;
>
> I find this wording easy to misread... what about "method attribute

Used gcc text :).
>
> can only be specified on method declarations"?

Changed at: http://llvm.org/viewvc/llvm-project?view=rev&revision=71615

- Fariborz

>
>
> - Daniel
>
>>



More information about the cfe-commits mailing list