On Wed, Feb 23, 2011 at 11:43, Matt Beaumont-Gay <[email protected]> wrote:
> On Wed, Feb 23, 2011 at 11:41, Argyrios Kyrtzidis <[email protected]> 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.

... and 126328. "Surely that typo couldn't have been copied and pasted
to more than one place..."

>
>>
>> -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
>>> [email protected]
>>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
>>
>

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to