Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
fb25052736439d72a557cddd41dfb927bcb3d3e5
/
lib
/
Sema
/
SemaAccess.cpp
d8f9cb0
Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagnostic IDs.
by Anders Carlsson
· 16 years ago
a33d9b4
Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again.
by Anders Carlsson
· 16 years ago
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
29f006b
Add a stubbed out CheckBaseClassAccess method.
by Anders Carlsson
· 16 years ago
c60e888
Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp
by Anders Carlsson
· 16 years ago
60d6b0d
Add SemaAccess.cpp
by Anders Carlsson
· 16 years ago