1. d2235f6 Reinstate r104117, Chandler Carruth's change that "[provides] a naming by Douglas Gregor · 14 years ago
  2. bf1cbaf Revert r104117, "Provide a naming class for UnresolvedLookupExprs, even when by Daniel Dunbar · 14 years ago
  3. c3f984f Provide a naming class for UnresolvedLookupExprs, even when occuring on by Chandler Carruth · 14 years ago
  4. 238058c I hate this commit. by Douglas Gregor · 14 years ago
  5. cfe833b Diagnose a redefinition error when there are two instantiations of friend by Douglas Gregor · 14 years ago
  6. 6cfacfe Determine when the instantiation of a friend function defined inside a by Douglas Gregor · 14 years ago
  7. ac7c2c8 C++98/03 [temp.friend]p4 requires that inline function definitions by Douglas Gregor · 14 years ago
  8. c63d2c8 When we emit an error during the implicit definition of a special by Douglas Gregor · 14 years ago
  9. 380c213 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 14 years ago
  10. bbbe074 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 14 years ago
  11. 2166beb The C++98/03 standard is disturbingly silent about out-of-scope by Douglas Gregor · 14 years ago
  12. ec20f46 When printing an overload candidate that failed due to SFINAE, print a by Douglas Gregor · 14 years ago
  13. a18592e When template argument deduction fails because the call had too by Douglas Gregor · 14 years ago
  14. a933319 When printing a non-viable overload candidate that failed due to by Douglas Gregor · 14 years ago
  15. 565f8d6 Test case for my last fix. by Sebastian Redl · 14 years ago
  16. a97badf It turns out that we should be allowing redeclarations within function by Douglas Gregor · 14 years ago
  17. 01ebd9d An access is permitted if the current template instantiates to the appropriate by John McCall · 14 years ago
  18. 06a9f36 Complete reimplementation of the synthesis for implicitly-defined copy by Douglas Gregor · 14 years ago
  19. 5402295 Fix ADL for types declared in transparent decls, from Alp Toker! by Douglas Gregor · 14 years ago
  20. 516e6e0 When performing partial ordering of class template partial by Douglas Gregor · 14 years ago
  21. 7576a65 Test case for r102578. by John McCall · 14 years ago
  22. f581382 Properly switch into the declaring scope of a template when performing by John McCall · 14 years ago
  23. 4154e0b When we create a temporary of class type that we don't immediately by Douglas Gregor · 14 years ago
  24. 5cf86ba Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 14 years ago
  25. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 14 years ago
  26. 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 · 15 years ago
  27. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 15 years ago
  28. d1aa800 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 15 years ago
  29. 050b78a Record nested-name-specifiers of when we create by Douglas Gregor · 15 years ago
  30. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
  31. 711f34a Keep tack of whether a base in an InitializedEntity is an inherited virtual base or not. Use this in CheckConstructorAccess. by Anders Carlsson · 15 years ago
  32. 9a68a67 Pass the InitializedEntity to Sema::CheckConstructorAccess and use it to report different diagnostics depending on which entity is being initialized. by Anders Carlsson · 15 years ago
  33. 9c82afc Restore r101841 without modification. Also mark 'operator delete' as used for by John McCall · 15 years ago
  34. 3609432 Revert r101841 and follow-up. by John McCall · 15 years ago
  35. af5ece5 Don't bother looking for (or diagnosing problems with) the 'operator delete' by John McCall · 15 years ago
  36. a77eaa9 Make sure that we don't visit redeclarations of nested classes while by Douglas Gregor · 15 years ago
  37. c1c9df7 C++ [namespace.memdef]p3 only applies when the friend is not named via by Douglas Gregor · 15 years ago
  38. 630eb01 Fix the access checking of function and function template argument types, by Chandler Carruth · 15 years ago
  39. 2559a70 When checking the copy constructor for the optional copy during a by Douglas Gregor · 15 years ago
  40. 523d46a In C++98/03, when binding a reference to an rvalue of by Douglas Gregor · 15 years ago
  41. c0b3964 Audit uses of Sema::LookupSingleName for those lookups that are by Douglas Gregor · 15 years ago
  42. 325e593 Warn about non-aggregate classes with no user-declared constructors by Douglas Gregor · 15 years ago
  43. 74256f5 Parse friend template ids as types instead of ending up in by John McCall · 15 years ago
  44. 21c0160 Fix an embarrasing memory error. I was apparently very tired when I wrote this by John McCall · 15 years ago
  45. 77e8b11 Support befriending members of class template specializations. by John McCall · 15 years ago
  46. d1fed3e During referencing binding, only consider conversion functions for by Douglas Gregor · 15 years ago
  47. 3d04336 Allow classes to befriend implicitly-declared members. Fixes PR6207 for by John McCall · 15 years ago
  48. 9ea6397 Don't try to find a scope corresponding to the search DC for an unfound by John McCall · 15 years ago
  49. c520c84 Implement C++ [over.ics.user]p3, which restricts the final conversion by Douglas Gregor · 15 years ago
  50. 01e56ae Implement C++ [temp.local]p4, which specifies how we eliminate by Douglas Gregor · 15 years ago
  51. 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 15 years ago
  52. 966c78b change Scope::WithinElse to be a normal scope flag, widen the by Chris Lattner · 15 years ago
  53. c42b652 Only complain about explicit instantiations following explicit by Douglas Gregor · 15 years ago
  54. 7002f4c Turn access control on by default in -cc1. by John McCall · 15 years ago
  55. 6cd3b9f Instantiate default argument expressions even if their associated parameter by John McCall · 15 years ago
  56. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  57. ea7390c Set access properly on instantiated friend class template declarations. by John McCall · 15 years ago
  58. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 15 years ago
  59. af2094e Implement dependent friend function template specializations. by John McCall · 15 years ago
  60. db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 15 years ago
  61. 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 15 years ago
  62. c91cc66 Check access for the implicit calls to destructors that occur when we by John McCall · 15 years ago
  63. 161755a Implement the protected access restriction ([class.protected]), which requires by John McCall · 15 years ago
  64. 7bbe5f6 Check in a motivating test for the revised access semantics. by John McCall · 15 years ago
  65. db73c68 Correct the calculation of access to more closely model the wording in by John McCall · 15 years ago
  66. b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 15 years ago
  67. 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 15 years ago
  68. 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 15 years ago
  69. 32daa42 Regularize support for naming conversion functions in using decls. by John McCall · 15 years ago
  70. 3be9678 Add a test for C++ [stmt.select]p3, which specifies that redeclaring a by Douglas Gregor · 15 years ago
  71. 6bb8017 Propagate the "found declaration" (i.e. the using declaration instead of by John McCall · 15 years ago
  72. 02024a9 After performing template argument deduction for a function template, by Douglas Gregor · 15 years ago
  73. 2cc2675 Accumulate all functions and classes that the effective context is by John McCall · 15 years ago
  74. b0cb022 Implement method friends in class templates and fix a few related problems. by John McCall · 15 years ago
  75. b1a56e7 Put function templates instantiated from friend declarations in the correct by John McCall · 15 years ago
  76. 7c3745a add a slight variation of test3, where by Gabor Greif · 15 years ago
  77. 9c12739 Do not mark the destructor of a function parameter's type. Fixes PR6709. by Douglas Gregor · 15 years ago
  78. 4a0bac9 Add tests for PR6707. by Douglas Gregor · 15 years ago
  79. d325daa Reapply r99596 with a fix: link an instantiated friend function to its by John McCall · 15 years ago
  80. a7bc855 Apparently that didn't work. Reverting for now. by John McCall · 15 years ago
  81. 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 15 years ago
  82. d7e29e1 Properly instantiate and link in friend function templates. by John McCall · 15 years ago
  83. 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 15 years ago
  84. 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 15 years ago
  85. 90f9789 When finishing a function definition, leave the function definition *after* by John McCall · 15 years ago
  86. e06c1a1 Fix a very minor oversight in privileges-elevation: we were only considering by John McCall · 15 years ago
  87. 9c86b51 Handle simple friend-class decls in class templates better by ensuring that by John McCall · 15 years ago
  88. 93ba857 Properly instantiate friend class template declarations and link them into by John McCall · 15 years ago
  89. e131c57 Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt by Bob Wilson · 15 years ago
  90. a56623b Properly instantiate and link in friend-class-template declarations. by John McCall · 15 years ago
  91. 036ada2 Silently drop dependent friend function template specializations, by Douglas Gregor · 15 years ago
  92. c1b621d Walk out of enums when determining effective context. by John McCall · 15 years ago
  93. 7ad650f Support friend function specializations. by John McCall · 15 years ago
  94. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 15 years ago
  95. 0c01d18 Implement a framework for the delay of arbitrary diagnostics within by John McCall · 15 years ago
  96. 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 15 years ago
  97. 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 15 years ago
  98. 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 15 years ago
  99. 90c8c57 from code inspection, we were treating placement news with one argument as by John McCall · 15 years ago
  100. 10f2873 Redeclaration lookups for parameter names should be flagged as redeclaration lookups by John McCall · 15 years ago