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
/
temp
/
temp.decls
/
temp.friend
/
p1.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check access to friend declarations. There's a number of different
John McCall
2012-08-10
1
-0
/
+3
*
A friend template specialization is also dependent if any of its
Douglas Gregor
2011-10-09
1
-0
/
+24
*
When matching template parameter lists to template-ids in a scope specifier
John McCall
2010-10-20
1
-0
/
+25
*
When instantiating a dependently-scoped friend function declaration,
John McCall
2010-10-19
1
-0
/
+14
*
Recommit my change to how C++ does elaborated type lookups, now with
John McCall
2010-04-23
1
-2
/
+2
*
Revert "C++ doesn't really use "namespaces" for different kinds of names the ...
Daniel Dunbar
2010-04-23
1
-2
/
+2
*
C++ doesn't really use "namespaces" for different kinds of names the same
John McCall
2010-04-23
1
-2
/
+2
*
Parse friend template ids as types instead of ending up in
John McCall
2010-04-14
1
-0
/
+17
*
Fix an embarrasing memory error. I was apparently very tired when I wrote this
John McCall
2010-04-13
1
-0
/
+25
*
Turn access control on by default in -cc1.
John McCall
2010-04-09
1
-1
/
+1
*
Set access properly on instantiated friend class template declarations.
John McCall
2010-04-08
1
-0
/
+13
*
Implement dependent friend function template specializations.
John McCall
2010-04-08
1
-0
/
+22
*
Implement method friends in class templates and fix a few related problems.
John McCall
2010-03-27
1
-0
/
+25
*
Reapply r99596 with a fix: link an instantiated friend function to its
John McCall
2010-03-26
1
-0
/
+13
*
Apparently that didn't work. Reverting for now.
John McCall
2010-03-26
1
-13
/
+0
*
Properly instantiate and link in friend function templates.
John McCall
2010-03-26
1
-0
/
+13
*
Handle simple friend-class decls in class templates better by ensuring that
John McCall
2010-03-25
1
-0
/
+28
*
Properly instantiate friend class template declarations and link them into
John McCall
2010-03-25
1
-0
/
+23
*
Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt
Bob Wilson
2010-03-25
1
-14
/
+0
*
Properly instantiate and link in friend-class-template declarations.
John McCall
2010-03-25
1
-0
/
+14
*
Silently drop dependent friend function template specializations,
Douglas Gregor
2010-03-24
1
-1
/
+11
*
Support friend function specializations.
John McCall
2010-03-24
1
-3
/
+3
*
Implement a framework for the delay of arbitrary diagnostics within
John McCall
2010-03-24
1
-0
/
+32
*
Implement non-dependent friend functions and classes.
John McCall
2010-03-17
1
-1
/
+32
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Support templateids in friend declarations. Fixes bug 4859.
John McCall
2009-09-08
1
-0
/
+5
*
Borrow a friend class's previous declaration's access specifier regardless of
John McCall
2009-09-02
1
-0
/
+3
*
Fix a little crasher in friend decls. Thanks again to Eli for finding this.
John McCall
2009-09-02
1
-0
/
+4
*
Fix a last-minute typo and make the test not emit temporaries.
John McCall
2009-08-29
1
-2
/
+2
*
Ensure code generation for friend declarations in class templates.
John McCall
2009-08-29
1
-2
/
+2
*
Omnibus friend decl refactoring. Instead of cloning AST classes for friend
John McCall
2009-08-28
1
-3
/
+27
*
Support friend declarations in templates and test that argdep lookup
John McCall
2009-08-14
1
-0
/
+20