Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
bd94500d3aa60092fb0f1e90f53fb0d03fa502a8
/
test
/
SemaCXX
/
access-base-class.cpp
14734f7
Revert Sebastian's rvalue patch (r67870) since it caused test failures in
by Anders Carlsson
· 16 years ago
e5194ff
Implement access checking for protected base classes.
by Anders Carlsson
· 16 years ago
f8080a3
It is OK to cast to a private base class if the current member belongs to the class that the private base class is a base of:
by Anders Carlsson
· 16 years ago
c4f1e87
Implement checking for base class access. Right now it's overly conservative but that will change. (Also, protected isn't implemented right now).
by Anders Carlsson
· 16 years ago