1. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  2. fb8721c Simplify calling CheckPlaceholderExpr, converge on it in a few places, by John McCall · 13 years ago
  3. 9043423 Fix a bug in how we were resolving the address of overloaded functions by Chandler Carruth · 14 years ago
  4. 353ee24 Produce a diagnostic for unused overloaded expressions, from Faisal Vali! by Douglas Gregor · 14 years ago
  5. 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 14 years ago
  6. b145ee6 Implement the restriction that a function with a ref-qualifier cannot by Douglas Gregor · 14 years ago
  7. fcab48b Rvalue references for *this: explicitly keep track of whether a by Douglas Gregor · 14 years ago
  8. 2c9a03f Rvalue references for *this: implement the implicit conversion rules by Douglas Gregor · 14 years ago
  9. 57c9f4f Rvalue references for *this: allow functions to be overloaded based on by Douglas Gregor · 14 years ago
  10. 440a483 Reinstate r124236 (tweaking the rvalue-reference overload resolution by Douglas Gregor · 14 years ago
  11. 4d4feea Speculatively revert r124236 by Douglas Gregor · 14 years ago
  12. b7cd135 Speculatively implement a tweak to the C++0x overload resolution rules by Douglas Gregor · 14 years ago
  13. 48a4ce7 Fix the ranking of reference bindings during overload resolution by Douglas Gregor · 14 years ago
  14. b13ede9 Add test for overload resolution's preference for binding an rvalue by Douglas Gregor · 14 years ago
  15. 8d706ec Implement C++0x [temp.func.order]p3 (aka DR532) properly. In by Douglas Gregor · 14 years ago
  16. 77bc572 Implement C++ [over.match.funcs]p4 as it concerns partial ordering of by Douglas Gregor · 14 years ago
  17. 8e96043 Properly diagnose invalid casts to function references. Patch by by Douglas Gregor · 14 years ago
  18. 5a1f97e Add builtin conditional operator candidates for scoped enumeration by Douglas Gregor · 14 years ago
  19. 661b493 Implement the "note" in C++ [over.built]p1, which is actually meant to by Douglas Gregor · 14 years ago
  20. c520c84 Implement C++ [over.ics.user]p3, which restricts the final conversion by Douglas Gregor · 14 years ago
  21. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  22. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  23. bc0a222 Update for LLVM API change. by Owen Anderson · 15 years ago
  24. 5dfb823 Fix test case to match intent. by Daniel Dunbar · 15 years ago
  25. 0d5dc8e Another little test for C++ [over.over] by Douglas Gregor · 15 years ago
  26. 72e771f Add test for C++ [over.over.]p1, the contexts in which one can take the address of an overloaded function. by Douglas Gregor · 15 years ago
  27. 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 15 years ago
  28. 3e15cc3 Overload resolution prefers non-templates to templates by Douglas Gregor · 15 years ago