1. ae65f4b An identity conversion is better than any non-identity conversion. Fixes PR7095. by Douglas Gregor · 14 years ago
  2. fb4a543 Implement C++ support for vector and extended vector types. This by Douglas Gregor · 14 years ago
  3. ec20f46 When printing an overload candidate that failed due to SFINAE, print a by Douglas Gregor · 15 years ago
  4. 0ca4c58 Minor cleanup, and ban copying of OverloadCandidateSets. No by Douglas Gregor · 15 years ago
  5. a933319 When printing a non-viable overload candidate that failed due to by Douglas Gregor · 15 years ago
  6. 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 15 years ago
  7. c520c84 Implement C++ [over.ics.user]p3, which restricts the final conversion by Douglas Gregor · 15 years ago
  8. c39f697 Fixed 80-cols violation by Sean Hunt · 15 years ago
  9. 9aa472c Remember the "found declaration" for an overload candidate, which is the by John McCall · 15 years ago
  10. a9bff30 Warn about the deprecated string literal -> char* conversion. Fixes PR6428. by Douglas Gregor · 15 years ago
  11. 23a370f Add a new conversion rank to classify conversions between complex and scalar by Chandler Carruth · 15 years ago
  12. b1bdc62 Catch more uses of uninitialized implicit conversion sequences. by John McCall · 15 years ago
  13. 5769d61 Thread a source location into the template-argument deduction routines. There by John McCall · 15 years ago
  14. 342fec4 Note that an overload candidate was non-viable because template argument by John McCall · 15 years ago
  15. ad323a8 Fix a major oversight in the comparison of standard conversion by Douglas Gregor · 15 years ago
  16. 86820f5 Pass access specifiers around in overload resolution. by John McCall · 15 years ago
  17. 717e891 During overload resolution diagnostics, sort non-viable candidates by the quality of their by John McCall · 15 years ago
  18. adbb8f8 Record some basic information about bad conversion sequences. Use that by John McCall · 15 years ago
  19. 1d31833 Introduce a specific representation for the ambiguous implicit conversion by John McCall · 15 years ago
  20. 20093b4 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 15 years ago
  21. 43c79c2 Implemented an implicit conversion from "noreturn" function types (and by Douglas Gregor · 15 years ago
  22. 966256a This patch implements Sema for clause 13.3.3.1p4. by Fariborz Jahanian · 15 years ago
  23. 3f39602 Don't allow the same function to enter the overload candidate set by Douglas Gregor · 15 years ago
  24. b1663d0 Produce detailed diagnostics when overload by Fariborz Jahanian · 15 years ago
  25. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  26. 3201f6b Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. by Sebastian Redl · 16 years ago
  27. a984580 Reintroduce r67870 (rval ref overloading), since I can't reproduce any test failures on i386 or x86_64. If this fails for someone, please contact me. by Sebastian Redl · 16 years ago
  28. 14734f7 Revert Sebastian's rvalue patch (r67870) since it caused test failures in by Anders Carlsson · 16 years ago
  29. f873878 Better overload resolution for rvalue references. by Sebastian Redl · 16 years ago
  30. 5cdf821 Introduce _Complex conversions into the function overloading by Douglas Gregor · 16 years ago
  31. f9201e0 Initial implementation of function overloading in C. by Douglas Gregor · 16 years ago
  32. 88a3514 Add support for calls to overloaded member functions. Things to note: by Douglas Gregor · 16 years ago
  33. 45920e8 Allow downcasts of pointers to Objective-C interfaces, with a by Douglas Gregor · 16 years ago
  34. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  35. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
  36. f1991ea Initial, partially-baked support for implicit user-defined conversions by conversion functions by Douglas Gregor · 16 years ago
  37. 225c41e Standard conversion sequences now have a CopyConstructor field, to by Douglas Gregor · 16 years ago
  38. 60d62c2 Implement basic support for converting constructors in user-defined by Douglas Gregor · 16 years ago
  39. f70bdb9 Implement overloading rules for reference binding by Douglas Gregor · 16 years ago
  40. 15da57e Tweak Sema::CheckReferenceInit so that it (optionally) computes an by Douglas Gregor · 16 years ago
  41. bc0805a Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 16 years ago
  42. 5737326 Implement ranking of standard conversion sequences by their qualification by Douglas Gregor · 16 years ago
  43. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago