From: Robert Wilhelm Date: Wed, 17 Jul 2013 21:14:35 +0000 (+0000) Subject: Even more code conformance. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0111e4da0133c7fb4815e5c60524d2aaddfbccf0;p=clang Even more code conformance. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186537 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDeclObjC.cpp b/lib/Sema/SemaDeclObjC.cpp index 239832685a..101ae7e57a 100644 --- a/lib/Sema/SemaDeclObjC.cpp +++ b/lib/Sema/SemaDeclObjC.cpp @@ -2493,7 +2493,7 @@ Sema::ObjCContainerKind Sema::getObjCContainerKind() const { } // Note: For class/category implementations, allMethods is always null. -Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRefallMethods, +Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef allMethods, ArrayRef allTUVars) { if (getObjCContainerKind() == Sema::OCK_None) return 0;