Test commit

llvm-svn: 181332
This commit is contained in:
Serge Pavlov 2013-05-07 16:56:03 +00:00
parent 19f0b40dcf
commit 64bc7038a2
1 changed files with 1 additions and 3 deletions

View File

@ -1872,9 +1872,7 @@ bool Sema::IsSimplyAccessible(NamedDecl *Decl, DeclContext *Ctx) {
if (Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Public ||
Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Package)
return true;
// If we are inside a class or category implementation, determine the
// interface we're in.
ObjCInterfaceDecl *ClassOfMethodDecl = 0;