summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/friend-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* If we encounter a friend class template for which we cannot resolveDouglas Gregor2012-03-301-0/+13
* When we parse something that looks like a templated friend tag butDouglas Gregor2011-10-201-0/+6
* When parsing a template friend declaration we dropped the templateChandler Carruth2011-05-031-0/+8
* Enhance the diagnostic for negative array sizes to include theChandler Carruth2011-01-041-1/+1
* A class template partial specialization cannot be a friend. Fixes PR8649.Douglas Gregor2010-12-211-0/+9
* When computing the template arguments for the instantiation of aDouglas Gregor2010-05-031-0/+65
* When instantiating a function template specialization followingDouglas Gregor2010-04-281-0/+15
* Properly instantiate friend class template declarations and link them intoJohn McCall2010-03-251-2/+6
* Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fntBob Wilson2010-03-251-6/+2
* Properly instantiate and link in friend-class-template declarations.John McCall2010-03-251-2/+6
* Partial fix for PR6022, where we were complaining when a friendDouglas Gregor2010-01-161-1/+17
* Set up the semantic context correctly when declaring a friend class template.John McCall2009-12-181-0/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix PR5716 by bandaging over the solution until we can come back to it.John McCall2009-12-141-0/+15
* Reorganize testcase.John McCall2009-12-111-61/+52
* When a friend is declared in a dependent context, don't even try toDouglas Gregor2009-10-301-0/+19
* Instantiate class template friends better; fixes PR5332.Douglas Gregor2009-10-301-0/+10
* Improve the internal representation and semantic analysis of friendDouglas Gregor2009-10-131-0/+18
* When declaring a friend class template, we may end up finding anDouglas Gregor2009-10-091-0/+16
* Improve handling of friend function templates somewhatDouglas Gregor2009-09-281-1/+14
* Rework the Parse-Sema interaction for friends to better support friendDouglas Gregor2009-09-261-0/+17