1. e34db6b Flag that friend function definitions are "late parsed" so that by John McCall · 11 years ago
  2. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 12 years ago
  3. c93e014 Replace r155185 with a better fix, which also addresses PR12557. When looking by Richard Smith · 12 years ago
  4. 8b0fa52 If we encounter a friend class template for which we cannot resolve by Douglas Gregor · 12 years ago
  5. ba4ee9a When we parse something that looks like a templated friend tag but by Douglas Gregor · 13 years ago
  6. 0f4be74 When parsing a template friend declaration we dropped the template by Chandler Carruth · 13 years ago
  7. b2b5cc0 Enhance the diagnostic for negative array sizes to include the by Chandler Carruth · 14 years ago
  8. b0ee93c A class template partial specialization cannot be a friend. Fixes PR8649. by Douglas Gregor · 14 years ago
  9. e7089b0 When computing the template arguments for the instantiation of a by Douglas Gregor · 14 years ago
  10. d4598a2 When instantiating a function template specialization following by Douglas Gregor · 14 years ago
  11. 93ba857 Properly instantiate friend class template declarations and link them into by John McCall · 14 years ago
  12. e131c57 Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt by Bob Wilson · 14 years ago
  13. a56623b Properly instantiate and link in friend-class-template declarations. by John McCall · 14 years ago
  14. 5d52e47 Partial fix for PR6022, where we were complaining when a friend by Douglas Gregor · 15 years ago
  15. 65c4946 Set up the semantic context correctly when declaring a friend class template. by John McCall · 15 years ago
  16. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  17. e976ffe Fix PR5716 by bandaging over the solution until we can come back to it. by John McCall · 15 years ago
  18. 4b6e90a Reorganize testcase. by John McCall · 15 years ago
  19. 259571e When a friend is declared in a dependent context, don't even try to by Douglas Gregor · 15 years ago
  20. e8c01bd Instantiate class template friends better; fixes PR5332. by Douglas Gregor · 15 years ago
  21. a735b20 Improve the internal representation and semantic analysis of friend by Douglas Gregor · 15 years ago
  22. d7e5bdb When declaring a friend class template, we may end up finding an by Douglas Gregor · 15 years ago
  23. 182ddf0 Improve handling of friend function templates somewhat by Douglas Gregor · 15 years ago
  24. d85bea2 Rework the Parse-Sema interaction for friends to better support friend by Douglas Gregor · 15 years ago