]> granicus.if.org Git - clang/commit
Fix the access check performed as part of the determination of whether
authorJohn McCall <rjmccall@apple.com>
Mon, 9 Apr 2012 20:53:23 +0000 (20:53 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 9 Apr 2012 20:53:23 +0000 (20:53 +0000)
commit12d8d80fb0f8d9cddecb34da0f37b0dc9fcaf5e6
tree25960d2d9bf8000a56ab2d6929b7ca9d81b8f622
parentae7e939bc027ef19ca91ab8bcccb11338a0bd576
Fix the access check performed as part of the determination of whether
to define a special member function as deleted so that it properly
establishes an object context for the accesses to the base subobject
members.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154343 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaAccess.cpp
lib/Sema/SemaDeclCXX.cpp
test/CXX/class.access/class.protected/p1-cxx11.cpp [new file with mode: 0644]