1. 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 14 years ago
  2. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  3. bd87c0b fix a crash on invalid I found when working on something unrelated. by Chris Lattner · 15 years ago
  4. d85bea2 Rework the Parse-Sema interaction for friends to better support friend by Douglas Gregor · 15 years ago
  5. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  6. 67d1a67 First pass at friend semantics. by John McCall · 15 years ago
  7. 5dc2af1 For friend class decls, always use TK_Reference so we'll try to look up existing class decls first. by Anders Carlsson · 15 years ago
  8. f47f7a1 Add parsing of friend specifiers. by Anders Carlsson · 15 years ago