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
/
class.friend
/
p1.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DR674, PR38883, PR40238: Qualified friend lookup should look for a
Richard Smith
2019-01-07
1
-2
/
+2
*
Lit C++11 Compatibility Patch #8
Charles Li
2016-04-14
1
-1
/
+6
*
[Sema] Don't crash when friending an unqualified templated constructor
David Majnemer
2015-09-30
1
-0
/
+6
*
Don't crash if a declarator in a friend decl doesn't have a name.
Nico Weber
2015-01-16
1
-0
/
+4
*
PR11684, core issue 1417:
Richard Smith
2012-02-10
1
-1
/
+1
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-9
/
+9
*
Make sure that we diagnose invalid qualifiers on friend functions.
Douglas Gregor
2010-10-14
1
-1
/
+2
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Improve diagnostics when the parser encounters a declarator with an
Douglas Gregor
2009-10-13
1
-1
/
+1
*
When adding a friend class declaration to the lookup tables, use the access s...
John McCall
2009-09-02
1
-0
/
+4
*
Ensure that the tag decls of friend decls aren't added to the friending class's
John McCall
2009-09-02
1
-2
/
+0
*
Omnibus friend decl refactoring. Instead of cloning AST classes for friend
John McCall
2009-08-28
1
-0
/
+7
*
Modify an assert to capture the restriction on friend declarations more
John McCall
2009-08-25
1
-0
/
+8
*
Permit a class to friend its members in C++0x, without restriction.
John McCall
2009-08-06
1
-2
/
+2
*
First pass at friend semantics.
John McCall
2009-08-06
1
-0
/
+59