1. d7e29e1 Properly instantiate and link in friend function templates. by John McCall · 14 years ago
  2. 9c86b51 Handle simple friend-class decls in class templates better by ensuring that by John McCall · 14 years ago
  3. 93ba857 Properly instantiate friend class template declarations and link them into by John McCall · 14 years ago
  4. e131c57 Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt by Bob Wilson · 14 years ago
  5. a56623b Properly instantiate and link in friend-class-template declarations. by John McCall · 14 years ago
  6. 036ada2 Silently drop dependent friend function template specializations, by Douglas Gregor · 14 years ago
  7. 7ad650f Support friend function specializations. by John McCall · 14 years ago
  8. 0c01d18 Implement a framework for the delay of arbitrary diagnostics within by John McCall · 14 years ago
  9. a742db0 Implement non-dependent friend functions and classes. by John McCall · 14 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. 6b2becf Support templateids in friend declarations. Fixes bug 4859. by John McCall · 15 years ago
  12. 82b9fb8 Borrow a friend class's previous declaration's access specifier regardless of by John McCall · 15 years ago
  13. 1a26c27 Fix a little crasher in friend decls. Thanks again to Eli for finding this. by John McCall · 15 years ago
  14. 2a29c4b Fix a last-minute typo and make the test not emit temporaries. by John McCall · 15 years ago
  15. f181d8a Ensure code generation for friend declarations in class templates. by John McCall · 15 years ago
  16. 02cace7 Omnibus friend decl refactoring. Instead of cloning AST classes for friend by John McCall · 15 years ago
  17. fd810b1 Support friend declarations in templates and test that argdep lookup by John McCall · 15 years ago