1. 8ab10aa DR1152 / PR12931 / PR6177: A candidate function which requires binding a const by Richard Smith · 12 years ago
  2. be0ee87 Improve some of the conversion warnings to fire on conversion to bool. by David Blaikie · 12 years ago
  3. c608c3c Further improvement to wording of overload resolution diagnostics, and including by Richard Smith · 12 years ago
  4. f7b8056 PR11857: When the wrong number of arguments are provided for a function by Richard Smith · 12 years ago
  5. e31b8fb Enable warn_impcast_literal_float_to_integer by default. by David Blaikie · 12 years ago
  6. db762ef Qualifiers on a canonical array type go on the outermost type, not the by Douglas Gregor · 12 years ago
  7. f5cd5cc Fix a regression from r151117: ADL requires that we attempt to complete any by Richard Smith · 12 years ago
  8. 76f3f69 Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is a by Richard Smith · 12 years ago
  9. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  10. ee697e6 Allow calling an overloaded function set by taking the address of the by Douglas Gregor · 13 years ago
  11. 4ae5b72 Identity and non-identity standard conversion sequences can be by Douglas Gregor · 13 years ago
  12. ef9b149 Revert the fix for PR8013. by Douglas Gregor · 14 years ago
  13. 9a0f2b6 Handle overload resolution when calling an overloaded function set by Douglas Gregor · 14 years ago
  14. 25e7e16 Add test case for r115588. by Argyrios Kyrtzidis · 14 years ago
  15. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  16. 2f9d874 Extend the "cannot convert from base class pointer to derived class by Douglas Gregor · 14 years ago
  17. 8578981 Improve diagnostic when we fail to pick an overload because it would by Douglas Gregor · 14 years ago
  18. 1984eb9 String literals enclosed in parentheses are still string literals. Fixes PR7488. by Douglas Gregor · 14 years ago
  19. 5a57efd Tweak our handling of the notion of a standard conversion sequence by Douglas Gregor · 14 years ago
  20. af7bea5 Make sure to strip off top-level cv-qualifiers as part of a by Douglas Gregor · 14 years ago
  21. ae65f4b An identity conversion is better than any non-identity conversion. Fixes PR7095. by Douglas Gregor · 14 years ago
  22. d1a2722 When we are performing copy initialization of a class type via its by Douglas Gregor · 14 years ago
  23. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago
  24. 66821b5 When performing reference initialization for the purposes of overload by Douglas Gregor · 14 years ago
  25. aa0be17 When returning the result of a call to an object of class type, do not by Douglas Gregor · 14 years ago
  26. a1a9f03 Reference binding via user-defined conversion can compute a binding by Douglas Gregor · 14 years ago
  27. a9bff30 Warn about the deprecated string literal -> char* conversion. Fixes PR6428. by Douglas Gregor · 14 years ago
  28. 9e23932 Allow us to compare derived-to-base conversions between a reference by Douglas Gregor · 14 years ago
  29. 3a81337 When comparing two method overload candidates during overload diagnostics, by John McCall · 14 years ago
  30. b1bdc62 Catch more uses of uninitialized implicit conversion sequences. by John McCall · 14 years ago
  31. ad323a8 Fix a major oversight in the comparison of standard conversion by Douglas Gregor · 15 years ago
  32. 258b203 Produce a special diagnostic when users call a function with an argument of by John McCall · 15 years ago
  33. e81e15e Improve the diagnostic for bad conversions in overload resolution to talk by John McCall · 15 years ago
  34. cefd3ad Don't report ambiguities in the user-defined conversion if we weren't supposed by John McCall · 15 years ago
  35. adbb8f8 Record some basic information about bad conversion sequences. Use that by John McCall · 15 years ago
  36. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  37. 3c80f57 Reorganize some of the code to note overload candidates. Improves the by John McCall · 15 years ago
  38. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  39. 335b07a Don't assume that all conversions to a void pointer are converting by Douglas Gregor · 15 years ago
  40. 842aef8 First pass at implementing C++ enum semantics: calculate (and store) an by John McCall · 15 years ago
  41. b7a86f5 When we encounter a derived-to-base conversion when performing an by Douglas Gregor · 15 years ago
  42. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  43. c9467cf In C++, set the type of each of the enumerators in an enumeration to by Douglas Gregor · 16 years ago
  44. 0f669f5 Test conversion from apointer to incomplete type to void* in C++ by Douglas Gregor · 16 years ago
  45. 6fc17ff Simplify and correct the check for function redefinitions. This does two things: by Douglas Gregor · 16 years ago
  46. f70bdb9 Implement overloading rules for reference binding by Douglas Gregor · 16 years ago
  47. 15da57e Tweak Sema::CheckReferenceInit so that it (optionally) computes an by Douglas Gregor · 16 years ago
  48. 27c8dc0 Implement initialization of a reference (C++ [dcl.init.ref]) as part by Douglas Gregor · 16 years ago
  49. bc0805a Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 16 years ago
  50. 5737326 Implement ranking of standard conversion sequences by their qualification by Douglas Gregor · 16 years ago
  51. 9b6e2d2 Fix a thinko in the qualification-conversion check when the qualificaitons are disjoint, and add some overloading-based tests of qualification conversions by Douglas Gregor · 16 years ago
  52. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago