Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e899e799b51c7df7000c69233ea28e764dd3ddf5
/
clang
/
test
/
SemaCXX
/
access-base-class.cpp
ed2540d
When we complain about a member being inaccessible due to a constraint
by Douglas Gregor
· 15 years ago
3155f57
Turn access control on by default in -cc1.
by John McCall
· 16 years ago
a332b95
When elevating access along an inheritance path, initialize the computed
by John McCall
· 16 years ago
85f9055
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 16 years ago
5b0829a
Improve access control diagnostics. Perform access control on member-pointer
by John McCall
· 16 years ago
7827520
Initialization improvements: addition of string initialization and a few
by Eli Friedman
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 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