Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
435d2682893f5ebdaa652b567073ff223f5ada4f
/
test
/
SemaCXX
/
access-base-class.cpp
76ef658
When we complain about a member being inaccessible due to a constraint
by Douglas Gregor
· 15 years ago
7002f4c
Turn access control on by default in -cc1.
by John McCall
· 15 years ago
7aceaf8
When elevating access along an inheritance path, initialize the computed
by John McCall
· 15 years ago
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
6b2accb
Improve access control diagnostics. Perform access control on member-pointer
by John McCall
· 15 years ago
cfdc81a
Initialization improvements: addition of string initialization and a few
by Eli Friedman
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 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