1. d6f80da Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a by Richard Smith · 12 years ago
  2. 8bddeb5 When computing the effective context for access control, by John McCall · 12 years ago
  3. 40b2e19 When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 12 years ago
  4. 1f2e1a9 Check access to friend declarations. There's a number of different by John McCall · 12 years ago
  5. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  6. b3df138 Switch diagnostic text from "C++0x" over to "C++11". by Douglas Gregor · 13 years ago
  7. 883af83 Implement the restrictions in C++ [class.friend]p6, which disallow by Douglas Gregor · 13 years ago
  8. ac57f0b The effective context of a friend function is its lexical context. Fixes PR9103. by Douglas Gregor · 13 years ago
  9. 4405445 Tweak the diagnostics for the C++0x extensions to friend types to note by Douglas Gregor · 13 years ago
  10. 417d39f Don't crash on hierarchy static_casts which appear in variable initializers. by John McCall · 13 years ago
  11. eee1d54 When parsing an out-of-line member function declaration, we must delay by John McCall · 13 years ago
  12. aa56a66 Access control polish: drop the note on the original declaration and by John McCall · 14 years ago
  13. 29ae6e5 Support friend function declarations in local classes correctly. by John McCall · 14 years ago
  14. 76ef658 When we complain about a member being inaccessible due to a constraint by Douglas Gregor · 14 years ago
  15. 9da9cdf When filtering out previous declarations of friend functions, consider the by John McCall · 14 years ago
  16. 238058c I hate this commit. by Douglas Gregor · 14 years ago
  17. ac7c2c8 C++98/03 [temp.friend]p4 requires that inline function definitions by Douglas Gregor · 14 years ago
  18. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 14 years ago
  19. 00b40d3 Revert "C++ doesn't really use "namespaces" for different kinds of names the same", which seems to break most C++ nightly test apps. by Daniel Dunbar · 14 years ago
  20. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 14 years ago
  21. 630eb01 Fix the access checking of function and function template argument types, by Chandler Carruth · 14 years ago
  22. 77e8b11 Support befriending members of class template specializations. by John McCall · 14 years ago
  23. 3d04336 Allow classes to befriend implicitly-declared members. Fixes PR6207 for by John McCall · 14 years ago
  24. 9ea6397 Don't try to find a scope corresponding to the search DC for an unfound by John McCall · 14 years ago
  25. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  26. 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 14 years ago
  27. 7c3745a add a slight variation of test3, where by Gabor Greif · 14 years ago
  28. d325daa Reapply r99596 with a fix: link an instantiated friend function to its by John McCall · 14 years ago
  29. e06c1a1 Fix a very minor oversight in privileges-elevation: we were only considering by John McCall · 14 years ago
  30. 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 14 years ago
  31. ceef4ce Add an extra test to this test-case. by John McCall · 14 years ago
  32. d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 14 years ago
  33. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  34. 7bf3600 Fix the lookup of names used in a friend declaration to not attempt to by Chandler Carruth · 14 years ago