| commit | a8ae222d0e8ba667c3aadbd1a146b7de1afd3513 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Tue Apr 06 21:38:20 2010 +0000 |
| committer | John McCall <rjmccall@apple.com> | Tue Apr 06 21:38:20 2010 +0000 |
| tree | f5aca4ad37193044a41d8ab53fae11c6954d5fa8 | |
| parent | 4dac890600ea2265bd87ba4c903281ae5d08269e [diff] |
Implement the protected access restriction ([class.protected]), which requires that protected members be used on objects of types which derive from the naming class of the lookup. My first N attempts at this were poorly-founded, largely because the standard is very badly worded here. llvm-svn: 100562