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
/
CXX
/
class.access
/
class.protected
/
p1.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only suppress instance context if a member is actually
John McCall
2013-02-22
1
-3
/
+4
*
When computing the effective context for access control,
John McCall
2012-08-24
1
-1
/
+1
*
My original patch missed the virtual-base case for destroying
John McCall
2012-04-09
1
-0
/
+16
*
Fix several problems with protected access control:
John McCall
2012-04-07
1
-9
/
+77
*
The effective context of a friend function is its lexical
Douglas Gregor
2011-10-09
1
-1
/
+1
*
Add a quick-and-dirty hack to give a better diagnostic for [class.protected]
John McCall
2010-09-03
1
-7
/
+7
*
That's not the right direction to compute notional accessibility in at all.
John McCall
2010-08-28
1
-0
/
+28
*
When checking access control for an instance member access on
John McCall
2010-08-28
1
-6
/
+23
*
When we complain about a member being inaccessible due to a constraint
Douglas Gregor
2010-05-28
1
-9
/
+12
*
Turn access control on by default in -cc1.
John McCall
2010-04-09
1
-1
/
+1
*
Implement the protected access restriction ([class.protected]), which requires
John McCall
2010-04-06
1
-0
/
+387