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