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