From: Fariborz Jahanian Date: Tue, 16 Jul 2013 23:01:33 +0000 (+0000) Subject: Follow coding convention in argument decl. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=012cff97d8b1ffebb028dcf6a0bdbfe8d127f552;p=clang Follow coding convention in argument decl. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186467 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index f448bf4937..495ba48d74 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -6451,8 +6451,8 @@ public: ObjCInterfaceDecl *ID); Decl *ActOnAtEnd(Scope *S, SourceRange AtEnd, - ArrayRefallMethods = None, - ArrayRefallTUVars = None); + ArrayRef allMethods = None, + ArrayRef allTUVars = None); Decl *ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc,