index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CXX
/
class.access
/
class.protected
Age
Commit message (
Expand
)
Author
2013-02-22
Only suppress instance context if a member is actually
John McCall
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-08-24
When computing the effective context for access control,
John McCall
2012-04-09
My original patch missed the virtual-base case for destroying
John McCall
2012-04-09
Fix the access check performed as part of the determination of whether
John McCall
2012-04-07
Fix several problems with protected access control:
John McCall
2011-10-09
The effective context of a friend function is its lexical
Douglas Gregor
2010-09-03
Add a quick-and-dirty hack to give a better diagnostic for [class.protected]
John McCall
2010-08-28
That's not the right direction to compute notional accessibility in at all.
John McCall
2010-08-28
When checking access control for an instance member access on
John McCall
2010-05-28
When we complain about a member being inaccessible due to a constraint
Douglas Gregor
2010-04-09
Turn access control on by default in -cc1.
John McCall
2010-04-06
Implement the protected access restriction ([class.protected]), which requires
John McCall