1. 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 14 years ago
  2. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. a786fdb Improve diagnostics when the parser encounters a declarator with an by Douglas Gregor · 15 years ago
  5. d85bea2 Rework the Parse-Sema interaction for friends to better support friend by Douglas Gregor · 15 years ago
  6. 5348932 When adding a friend class declaration to the lookup tables, use the access specifier by John McCall · 15 years ago
  7. d7eff68 Ensure that the tag decls of friend decls aren't added to the friending class's by John McCall · 15 years ago
  8. ab88d97 Fix bug 4784 and allow friend declarations to properly extend by John McCall · 15 years ago
  9. 02cace7 Omnibus friend decl refactoring. Instead of cloning AST classes for friend by John McCall · 15 years ago
  10. 91cf419 Modify an assert to capture the restriction on friend declarations more by John McCall · 15 years ago
  11. 7f27d92 Permit a class to friend its members in C++0x, without restriction. by John McCall · 15 years ago
  12. 67d1a67 First pass at friend semantics. by John McCall · 15 years ago