- 5453d93 When performing template argument deduction for a non-reference by Douglas Gregor · 14 years ago
- 8fcc516 When performing overload resolution, only compare the final conversion by Douglas Gregor · 15 years ago
- da0fd9a Don't complain about useless user-defined conversion functions when by Douglas Gregor · 15 years ago
- 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 15 years ago
- 06ebc98 We don't actually need to check the implicit object argument's by Douglas Gregor · 15 years ago
- c774b2f Properly implement the part of C++ [over.match.funcs]p4 that treats by Douglas Gregor · 15 years ago
- 4e938f57b There is no pointer conversion between to similar types (i.e., same by Douglas Gregor · 15 years ago
- 604eb65 Improve our handling of user-defined conversions when computing by Douglas Gregor · 15 years ago
- b92caa5 Ted pointed out that this test case could be using access control instead of by John McCall · 15 years ago
- d1a2722 When we are performing copy initialization of a class type via its by Douglas Gregor · 15 years ago
- 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 15 years ago
- a3f8137 Diagnose declarations of conversion functions with declarators other than '()'. by John McCall · 15 years ago
- 05baacb Improve source-location information for C++ conversion functions, by by Douglas Gregor · 15 years ago
- 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
- b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 16 years ago
- 7abfbdb Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 16 years ago
- 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 16 years ago
- 578b69b Introduce a centralized routine in Sema for diagnosing failed lookups (when by John McCall · 16 years ago
- a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
- 79b680e When performing copy initialization (= "implicit conversion", here) to by Douglas Gregor · 16 years ago
- 78cf9a2 Issue a good diagnostics when attempt to select by Fariborz Jahanian · 16 years ago
- b191e2d Used visible conversion function api to do overload by Fariborz Jahanian · 16 years ago
- 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 · 16 years ago
- 6e47501 change a couple more c++ sema methods to be based on isinvalid bits. by Chris Lattner · 16 years ago
- 3201f6b Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. by Sebastian Redl · 16 years ago
- d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
- 1733001 Fix our semantic analysis of by Douglas Gregor · 17 years ago
- 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 17 years ago
- 10c4262 As threatened previously: consolidate name lookup and the creation of by Douglas Gregor · 17 years ago
- 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 17 years ago
- 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 17 years ago
- 2f1bc52 Parsing, ASTs, and semantic analysis for the declaration of conversion by Douglas Gregor · 17 years ago