]> granicus.if.org Git - clang/commit
When creating a call to a base subobject's operator= in an
authorDouglas Gregor <dgregor@apple.com>
Tue, 4 May 2010 15:20:55 +0000 (15:20 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 4 May 2010 15:20:55 +0000 (15:20 +0000)
commit6cdc161527a513f28dfc6f6ec27eb287f8268024
treedaa1e3362f1fd3e955358d29817e2c3487d00bea
parent0ca43595e9e8dcf62a2ab6f5c7f4666bfb230b6a
When creating a call to a base subobject's operator= in an
implicitly-defined copy assignment operator, suppress the protected
access check. This eliminates the remaining failure in the
Boost.SmartPtr library (that was a product of the copy-assignment
generation rewrite) and, presumably, the Boost.TR1 library as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103010 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/UnresolvedSet.h
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/default-assignment-operator.cpp