1. 14734f7 Revert Sebastian's rvalue patch (r67870) since it caused test failures in by Anders Carlsson · 16 years ago
  2. f873878 Better overload resolution for rvalue references. by Sebastian Redl · 16 years ago
  3. 5cdf821 Introduce _Complex conversions into the function overloading by Douglas Gregor · 17 years ago
  4. f9201e0 Initial implementation of function overloading in C. by Douglas Gregor · 17 years ago
  5. 88a3514 Add support for calls to overloaded member functions. Things to note: by Douglas Gregor · 17 years ago
  6. 45920e8 Allow downcasts of pointers to Objective-C interfaces, with a by Douglas Gregor · 17 years ago
  7. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 17 years ago
  8. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 17 years ago
  9. f1991ea Initial, partially-baked support for implicit user-defined conversions by conversion functions by Douglas Gregor · 17 years ago
  10. 225c41e Standard conversion sequences now have a CopyConstructor field, to by Douglas Gregor · 17 years ago
  11. 60d62c2 Implement basic support for converting constructors in user-defined by Douglas Gregor · 17 years ago
  12. f70bdb9 Implement overloading rules for reference binding by Douglas Gregor · 17 years ago
  13. 15da57e Tweak Sema::CheckReferenceInit so that it (optionally) computes an by Douglas Gregor · 17 years ago
  14. bc0805a Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 17 years ago
  15. 5737326 Implement ranking of standard conversion sequences by their qualification by Douglas Gregor · 17 years ago
  16. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 17 years ago