[cfe-commits] r126323 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Matt Beaumont-Gay matthewbg at google.com
Wed Feb 23 11:43:47 PST 2011


On Wed, Feb 23, 2011 at 11:41, Argyrios Kyrtzidis <kyrtzidis at apple.com> wrote:
> test/SemaObjC/dist-object-modifiers.m needs fixing as well.

Hah! When smooshlab tried to blame me for the test failures, I
thought, "no, must be one of those other changes" ;)

Done in r126327.

>
> -Argiris
>
> On Feb 23, 2011, at 10:55 AM, Matt Beaumont-Gay wrote:
>
>> Author: matthewbg
>> Date: Wed Feb 23 12:55:30 2011
>> New Revision: 126323
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=126323&view=rev
>> Log:
>> fix typo
>>
>> Modified:
>>    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
>>
>> Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=126323&r1=126322&r2=126323&view=diff
>> ==============================================================================
>> --- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
>> +++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Wed Feb 23 12:55:30 2011
>> @@ -361,7 +361,7 @@
>> def warn_conflicting_param_types : Warning<
>>   "conflicting parameter types in implementation of %0: %1 vs %2">;
>> def warn_conflicting_param_modifiers : Warning<
>> -  "conflicting distributed object modifiers on patameter type "
>> +  "conflicting distributed object modifiers on parameter type "
>>   "in implementation of %0">;
>> def warn_non_contravariant_param_types : Warning<
>>   "conflicting parameter types in implementation of %0: %1 vs %2">,
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>




More information about the cfe-commits mailing list