Even more code conformance.

llvm-svn: 186537
This commit is contained in:
Robert Wilhelm 2013-07-17 21:14:35 +00:00
parent 736bc98f9c
commit 57c6711893
1 changed files with 1 additions and 1 deletions

View 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;