summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class.access/class.protected/p1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only suppress instance context if a member is actuallyJohn McCall2013-02-221-3/+4
* When computing the effective context for access control,John McCall2012-08-241-1/+1
* My original patch missed the virtual-base case for destroyingJohn McCall2012-04-091-0/+16
* Fix several problems with protected access control:John McCall2012-04-071-9/+77
* The effective context of a friend function is its lexicalDouglas Gregor2011-10-091-1/+1
* Add a quick-and-dirty hack to give a better diagnostic for [class.protected]John McCall2010-09-031-7/+7
* That's not the right direction to compute notional accessibility in at all.John McCall2010-08-281-0/+28
* When checking access control for an instance member access onJohn McCall2010-08-281-6/+23
* When we complain about a member being inaccessible due to a constraintDouglas Gregor2010-05-281-9/+12
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* Implement the protected access restriction ([class.protected]), which requiresJohn McCall2010-04-061-0/+387
OpenPOWER on IntegriCloud