r186467 - Follow coding convention in argument decl.

Fariborz Jahanian fjahanian at apple.com
Tue Jul 16 16:01:33 PDT 2013


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,





More information about the cfe-commits mailing list