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