Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
26b51b15edaddb7448f9f3342ca1c087a9c260b6
/
clang
/
lib
/
Sema
/
SemaAccess.cpp
e644e19
Enhance testing of overriding exception specs for inaccessible base exceptions.
by Sebastian Redl
· 16 years ago
49d216d
Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagnostic IDs.
by Anders Carlsson
· 16 years ago
5879fbd
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
72f307a
Revert Sebastian's rvalue patch (r67870) since it caused test failures in
by Anders Carlsson
· 17 years ago
0cb4cc1
Implement access checking for protected base classes.
by Anders Carlsson
· 17 years ago
af06b97
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
· 17 years ago
733d77f
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
· 17 years ago
4742a9c
Add a stubbed out CheckBaseClassAccess method.
by Anders Carlsson
· 17 years ago
1794112
Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp
by Anders Carlsson
· 17 years ago
8ed6f36
Add SemaAccess.cpp
by Anders Carlsson
· 17 years ago