aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class.access/class.protected
AgeCommit message (Expand)Author
2013-02-22Only suppress instance context if a member is actuallyJohn McCall
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-08-24When computing the effective context for access control,John McCall
2012-04-09My original patch missed the virtual-base case for destroyingJohn McCall
2012-04-09Fix the access check performed as part of the determination of whetherJohn McCall
2012-04-07Fix several problems with protected access control:John McCall
2011-10-09The effective context of a friend function is its lexicalDouglas Gregor
2010-09-03Add a quick-and-dirty hack to give a better diagnostic for [class.protected]John McCall
2010-08-28That's not the right direction to compute notional accessibility in at all.John McCall
2010-08-28When checking access control for an instance member access onJohn McCall
2010-05-28When we complain about a member being inaccessible due to a constraintDouglas Gregor
2010-04-09Turn access control on by default in -cc1.John McCall
2010-04-06Implement the protected access restriction ([class.protected]), which requiresJohn McCall