r181332 - Test commit
Serge Pavlov
sepavloff at gmail.com
Tue May 7 09:56:03 PDT 2013
Author: sepavloff
Date: Tue May 7 11:56:03 2013
New Revision: 181332
URL: http://llvm.org/viewvc/llvm-project?rev=181332&view=rev
Log:
Test commit
Modified:
cfe/trunk/lib/Sema/SemaAccess.cpp
Modified: cfe/trunk/lib/Sema/SemaAccess.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaAccess.cpp?rev=181332&r1=181331&r2=181332&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaAccess.cpp (original)
+++ cfe/trunk/lib/Sema/SemaAccess.cpp Tue May 7 11:56:03 2013
@@ -1872,9 +1872,7 @@ bool Sema::IsSimplyAccessible(NamedDecl
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;
More information about the cfe-commits
mailing list