1. e819caf Introduce _Complex conversions into the function overloading by Douglas Gregor · 17 years ago
  2. fcb1919 Initial implementation of function overloading in C. by Douglas Gregor · 17 years ago
  3. 3257fb5 Add support for calls to overloaded member functions. Things to note: by Douglas Gregor · 17 years ago
  4. 6fd3557 Allow downcasts of pointers to Objective-C interfaces, with a by Douglas Gregor · 17 years ago
  5. 67fdb5b Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 17 years ago
  6. 70d2612 Implement support for operator overloading using candidate operator by Douglas Gregor · 17 years ago
  7. 60714f9 Initial, partially-baked support for implicit user-defined conversions by conversion functions by Douglas Gregor · 17 years ago
  8. a3b34bb Standard conversion sequences now have a CopyConstructor field, to by Douglas Gregor · 17 years ago
  9. b72e9da Implement basic support for converting constructors in user-defined by Douglas Gregor · 17 years ago
  10. 0e34338 Implement overloading rules for reference binding by Douglas Gregor · 17 years ago
  11. 2aecd1f Tweak Sema::CheckReferenceInit so that it (optionally) computes an by Douglas Gregor · 17 years ago
  12. 1404650 Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 17 years ago
  13. ccc0ccc Implement ranking of standard conversion sequences by their qualification by Douglas Gregor · 17 years ago
  14. d2baafd Preliminary support for function overloading by Douglas Gregor · 17 years ago