aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class.access/class.access.base
AgeCommit message (Expand)Author
2013-02-27Don't crash when diagnosing path-constrained protectedJohn 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-02Check in a motivating test for the revised access semantics.John McCall
2010-04-02Correct the calculation of access to more closely model the wording inJohn McCall
2010-02-10Improve access control diagnostics. Perform access control on member-pointerJohn McCall
2010-01-23Implement elementary access control.John McCall