1. 22050f2 Reinstate r186040, with additional fixes and more test coverage (reverted in by Richard Smith · 11 years ago
  2. 52c2575 Re-revert r86040, which was un-reverted in r186199. by Chandler Carruth · 11 years ago
  3. f9e65a2 Unrevert r186040, reverted in r186185, with fix for PR16597. by Richard Smith · 11 years ago
  4. 1afa611 Revert r186040 to fix PR16597 while Richard investigates what the best fix is. by Chandler Carruth · 11 years ago
  5. 433a13d If we friend a declaration twice, that should not make it visible to name by Richard Smith · 11 years ago
  6. aa4bc18 Reinstate r185229, reverted in r185256, with a tweak: further ignore the by Richard Smith · 11 years ago
  7. 6e428a4 Revert r185229 as it breaks compilation of <windows.h> by Timur Iskhodzhanov · 11 years ago
  8. 5eab8d7 PR7927, PR16247: Reimplement handling of matching extern "C" declarations by Richard Smith · 11 years ago
  9. f6a144f Implement DR136 by David Majnemer · 11 years ago
  10. 319957c Add null check (resolves PR16423) by Stephen Lin · 11 years ago
  11. 78037ac Complain about attempts to befriend declarations via a using by John McCall · 11 years ago
  12. 9c6fde5 Skip through transparent contexts when deciding where to add a friend function. by Nick Lewycky · 13 years ago
  13. cb710a4 Diagnose destructor templates. Fixes PR7904. by Douglas Gregor · 14 years ago
  14. 15d5c83 Fix bug in r120299 spotted by dgregor. by Nico Weber · 14 years ago
  15. 08e41a6 Always use a function's decl context when building default arguments. Fixes http://http://llvm.org/pr8479. by Nico Weber · 14 years ago
  16. 7ff776e Revert parts of r120266 that I did not mean to commit by Nico Weber · 14 years ago
  17. 6bb4dcb Minor whitespace and comment fixes. No functionality change. by Nico Weber · 14 years ago
  18. d7945c6 Friend function declarations can overload with tag declarations. Fixes PR7915. by John McCall · 14 years ago
  19. 1d1e70e Fix g++.dg regressions introduced at r115347 (rdar://8529993) by Argyrios Kyrtzidis · 14 years ago
  20. 5495f37 Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'. by Chandler Carruth · 14 years ago
  21. de80ec1 Improve diagnostics for the "type qualifier on return type has no by Douglas Gregor · 14 years ago
  22. 5291c3c When forming a function call or message send expression, be sure to by Douglas Gregor · 14 years ago
  23. e1aa9f3 When referring to a tag that was previously declared only as a friend, by Douglas Gregor · 14 years ago
  24. bc12044 Test case for PR5134. by John McCall · 15 years ago
  25. df37000 Test case from PR5476. by John McCall · 15 years ago
  26. e129d44 Patch over yet more problems with friend declarations which were provoking by John McCall · 15 years ago
  27. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  28. e7e278b Don't enter a new scope for a namespace-qualified declarator unless we're by John McCall · 15 years ago
  29. 0033836 Friend declarations are only valid inside class definitions. by Anders Carlsson · 15 years ago