]> granicus.if.org Git - clang/commit
Grant nested classes the access privileges of their enclosing classes.
authorJohn McCall <rjmccall@apple.com>
Wed, 17 Mar 2010 04:58:56 +0000 (04:58 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 17 Mar 2010 04:58:56 +0000 (04:58 +0000)
commit88b6c71e3f0e68d094efcf880910caf424b46cbf
tree2a91ca63a55331c27c00353ab41b1ca1e996309b
parent9b2fc9563fba142ae8d570d2eea43b4c24079326
Grant nested classes the access privileges of their enclosing classes.

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