index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
access-base-class.cpp
Age
Commit message (
Expand
)
Author
2010-05-28
When we complain about a member being inaccessible due to a constraint
Douglas Gregor
2010-04-09
Turn access control on by default in -cc1.
John McCall
2010-03-18
When elevating access along an inheritance path, initialize the computed
John McCall
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-02-10
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2009-12-19
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-05-13
Disable access control by default. It can be enabled with the -faccess-contro...
Anders Carlsson
2009-03-28
Revert Sebastian's rvalue patch (r67870) since it caused test failures in
Anders Carlsson
2009-03-28
Implement access checking for protected base classes.
Anders Carlsson
2009-03-27
It is OK to cast to a private base class if the current member belongs to the...
Anders Carlsson
2009-03-27
Implement checking for base class access. Right now it's overly conservative ...
Anders Carlsson