1. f108c63 A conversion operator in a base class shouldn't hide another conversion operator by Richard Smith · 12 years ago
  2. 87c1f1f PR8800: When building a conversion to A& using a member operatorA&(), do not require A to be a complete type. by Richard Smith · 13 years ago
  3. 5453d93 When performing template argument deduction for a non-reference by Douglas Gregor · 13 years ago
  4. 8fcc516 When performing overload resolution, only compare the final conversion by Douglas Gregor · 14 years ago
  5. da0fd9a Don't complain about useless user-defined conversion functions when by Douglas Gregor · 14 years ago
  6. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  7. 06ebc98 We don't actually need to check the implicit object argument's by Douglas Gregor · 14 years ago
  8. c774b2f Properly implement the part of C++ [over.match.funcs]p4 that treats by Douglas Gregor · 14 years ago
  9. 4e938f57b There is no pointer conversion between to similar types (i.e., same by Douglas Gregor · 14 years ago
  10. 604eb65 Improve our handling of user-defined conversions when computing by Douglas Gregor · 14 years ago
  11. b92caa5 Ted pointed out that this test case could be using access control instead of by John McCall · 14 years ago
  12. d1a2722 When we are performing copy initialization of a class type via its by Douglas Gregor · 14 years ago
  13. 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 14 years ago
  14. a3f8137 Diagnose declarations of conversion functions with declarators other than '()'. by John McCall · 14 years ago
  15. 05baacb Improve source-location information for C++ conversion functions, by by Douglas Gregor · 14 years ago
  16. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  17. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  18. 7abfbdb Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 15 years ago
  19. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 15 years ago
  20. 578b69b Introduce a centralized routine in Sema for diagnosing failed lookups (when by John McCall · 15 years ago
  21. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  22. 79b680e When performing copy initialization (= "implicit conversion", here) to by Douglas Gregor · 15 years ago
  23. 78cf9a2 Issue a good diagnostics when attempt to select by Fariborz Jahanian · 15 years ago
  24. b191e2d Used visible conversion function api to do overload by Fariborz Jahanian · 15 years ago
  25. 2c59d3c Perform the C++ specific semantic checks of a function declaration after it's been merged with the previous declaration. This ensures that getPreviousDecl() will have the right value when ActOnConversionDeclarator is called. by Anders Carlsson · 15 years ago
  26. 6e47501 change a couple more c++ sema methods to be based on isinvalid bits. by Chris Lattner · 15 years ago
  27. 3201f6b Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. by Sebastian Redl · 15 years ago
  28. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  29. 1733001 Fix our semantic analysis of by Douglas Gregor · 16 years ago
  30. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  31. 10c4262 As threatened previously: consolidate name lookup and the creation of by Douglas Gregor · 16 years ago
  32. 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
  33. 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
  34. 2f1bc52 Parsing, ASTs, and semantic analysis for the declaration of conversion by Douglas Gregor · 16 years ago