Thanks! There was one more, though...
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
