r186467 - Follow coding convention in argument decl.

Jordan Rose jordan_rose at apple.com
Tue Jul 16 16:46:03 PDT 2013


Thanks! There was one more, though...


On Jul 16, 2013, at 16:01 , Fariborz Jahanian <fjahanian at apple.com> 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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

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


More information about the cfe-commits mailing list