]> granicus.if.org Git - clang/commitdiff
Even more code conformance.
authorRobert Wilhelm <robert.wilhelm@gmx.net>
Wed, 17 Jul 2013 21:14:35 +0000 (21:14 +0000)
committerRobert Wilhelm <robert.wilhelm@gmx.net>
Wed, 17 Jul 2013 21:14:35 +0000 (21:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186537 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclObjC.cpp

index 239832685aaf802f0f336656fef6240dbbdae04d..101ae7e57a558b37c58cef7787ad64676e54ac37 100644 (file)
@@ -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, ArrayRef<Decl *>allMethods,
+Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef<Decl *> allMethods,
                        ArrayRef<DeclGroupPtrTy> allTUVars) {
   if (getObjCContainerKind() == Sema::OCK_None)
     return 0;