r176303 - objective-C: clang, following gcc, warns on

jahanian fjahanian at apple.com
Thu Feb 28 15:17:39 PST 2013


On Feb 28, 2013, at 3:03 PM, Jordan Rose <jordan_rose at apple.com> wrote:

> 
> On Feb 28, 2013, at 14:36 , Fariborz Jahanian <fjahanian at apple.com> wrote:
>> =============
>> --- cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td (original)
>> +++ cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td Thu Feb 28 16:36:31 2013
>> @@ -363,7 +363,7 @@ def note_objc_container_start : Note<
>>   "%select{class|protocol|category|class extension|implementation"
>>   "|category implementation}0 started here">;
>> def warn_objc_protocol_qualifier_missing_id : Warning<
>> -  "protocol qualifiers without 'id' is archaic">;
>> +  "property has no object type specified; defaults to qualified 'id'">;
> 
> "property"? Your test case is a local variable. Was that supposed to be "protocol"?
> 
Fixed in r176308.
- fariborz

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130228/915ba072/attachment.html>


More information about the cfe-commits mailing list