1. 78037ac Complain about attempts to befriend declarations via a using by John McCall · 11 years ago
  2. 9c6fde5 Skip through transparent contexts when deciding where to add a friend function. by Nick Lewycky · 12 years ago
  3. cb710a4 Diagnose destructor templates. Fixes PR7904. by Douglas Gregor · 13 years ago
  4. 15d5c83 Fix bug in r120299 spotted by dgregor. by Nico Weber · 14 years ago
  5. 08e41a6 Always use a function's decl context when building default arguments. Fixes http://http://llvm.org/pr8479. by Nico Weber · 14 years ago
  6. 7ff776e Revert parts of r120266 that I did not mean to commit by Nico Weber · 14 years ago
  7. 6bb4dcb Minor whitespace and comment fixes. No functionality change. by Nico Weber · 14 years ago
  8. d7945c6 Friend function declarations can overload with tag declarations. Fixes PR7915. by John McCall · 14 years ago
  9. 1d1e70e Fix g++.dg regressions introduced at r115347 (rdar://8529993) by Argyrios Kyrtzidis · 14 years ago
  10. 5495f37 Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'. by Chandler Carruth · 14 years ago
  11. de80ec1 Improve diagnostics for the "type qualifier on return type has no by Douglas Gregor · 14 years ago
  12. 5291c3c When forming a function call or message send expression, be sure to by Douglas Gregor · 14 years ago
  13. e1aa9f3 When referring to a tag that was previously declared only as a friend, by Douglas Gregor · 14 years ago
  14. bc12044 Test case for PR5134. by John McCall · 15 years ago
  15. df37000 Test case from PR5476. by John McCall · 15 years ago
  16. e129d44 Patch over yet more problems with friend declarations which were provoking by John McCall · 15 years ago
  17. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  18. e7e278b Don't enter a new scope for a namespace-qualified declarator unless we're by John McCall · 15 years ago
  19. 0033836 Friend declarations are only valid inside class definitions. by Anders Carlsson · 15 years ago