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
/
SemaTemplate
/
friend-template.cpp
Age
Commit message (
Expand
)
Author
2013-03-14
Flag that friend function definitions are "late parsed" so that
John McCall
2012-04-22
PR12585: When processing a friend template inside a class template, don't
Richard Smith
2012-04-20
Replace r155185 with a better fix, which also addresses PR12557. When looking
Richard Smith
2012-03-30
If we encounter a friend class template for which we cannot resolve
Douglas Gregor
2011-10-20
When we parse something that looks like a templated friend tag but
Douglas Gregor
2011-05-03
When parsing a template friend declaration we dropped the template
Chandler Carruth
2011-01-04
Enhance the diagnostic for negative array sizes to include the
Chandler Carruth
2010-12-21
A class template partial specialization cannot be a friend. Fixes PR8649.
Douglas Gregor
2010-05-03
When computing the template arguments for the instantiation of a
Douglas Gregor
2010-04-28
When instantiating a function template specialization following
Douglas Gregor
2010-03-25
Properly instantiate friend class template declarations and link them into
John McCall
2010-03-25
Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt
Bob Wilson
2010-03-25
Properly instantiate and link in friend-class-template declarations.
John McCall
2010-01-16
Partial fix for PR6022, where we were complaining when a friend
Douglas Gregor
2009-12-18
Set up the semantic context correctly when declaring a friend class template.
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Fix PR5716 by bandaging over the solution until we can come back to it.
John McCall
2009-12-11
Reorganize testcase.
John McCall
2009-10-30
When a friend is declared in a dependent context, don't even try to
Douglas Gregor
2009-10-30
Instantiate class template friends better; fixes PR5332.
Douglas Gregor
2009-10-13
Improve the internal representation and semantic analysis of friend
Douglas Gregor
2009-10-09
When declaring a friend class template, we may end up finding an
Douglas Gregor
2009-09-28
Improve handling of friend function templates somewhat
Douglas Gregor
2009-09-26
Rework the Parse-Sema interaction for friends to better support friend
Douglas Gregor