On Jul 16, 2013, at 4:46 PM, Jordan Rose <[email protected]> wrote:

> Thanks! There was one more, though...

You are right. In r186474.

- Fariborz

> 
> 
> On Jul 16, 2013, at 16:01 , Fariborz Jahanian <[email protected]> wrote:
> 
>> Author: fjahanian
>> Date: Tue Jul 16 18:01:33 2013
>> New Revision: 186467
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=186467&view=rev
>> Log:
>> Follow coding convention in argument decl.
>> 
>> Modified:
>>    cfe/trunk/include/clang/Sema/Sema.h
>> 
>> Modified: cfe/trunk/include/clang/Sema/Sema.h
>> URL: 
>> http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=186467&r1=186466&r2=186467&view=diff
>> ==============================================================================
>> --- cfe/trunk/include/clang/Sema/Sema.h (original)
>> +++ cfe/trunk/include/clang/Sema/Sema.h Tue Jul 16 18:01:33 2013
>> @@ -6451,8 +6451,8 @@ public:
>>                                         ObjCInterfaceDecl *ID);
>> 
>>   Decl *ActOnAtEnd(Scope *S, SourceRange AtEnd,
>> -                   ArrayRef<Decl *>allMethods = None,
>> -                   ArrayRef<DeclGroupPtrTy>allTUVars = None);
>> +                   ArrayRef<Decl *> allMethods = None,
>> +                   ArrayRef<DeclGroupPtrTy> allTUVars = None);
>> 
>>   Decl *ActOnProperty(Scope *S, SourceLocation AtLoc,
>>                       SourceLocation LParenLoc,
>> 
>> 
>> _______________________________________________
>> 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