Age | Commit message (Expand) | Author |
2012-05-06 | A conversion operator in a base class shouldn't hide another conversion operator | Richard Smith |
2011-07-13 | PR8800: When building a conversion to A& using a member operatorA&(), do not ... | Richard Smith |
2011-03-06 | When performing template argument deduction for a non-reference | Douglas Gregor |
2010-09-12 | When performing overload resolution, only compare the final conversion | Douglas Gregor |
2010-09-12 | Don't complain about useless user-defined conversion functions when | Douglas Gregor |
2010-09-05 | make clang print types as "const int *" instead of "int const*", | Chris Lattner |
2010-08-19 | We don't actually need to check the implicit object argument's | Douglas Gregor |
2010-08-19 | Properly implement the part of C++ [over.match.funcs]p4 that treats | Douglas Gregor |
2010-08-18 | There is no pointer conversion between to similar types (i.e., same | Douglas Gregor |
2010-08-11 | Improve our handling of user-defined conversions when computing | Douglas Gregor |
2010-07-22 | Ted pointed out that this test case could be using access control instead of | John McCall |
2010-04-24 | When we are performing copy initialization of a class type via its | Douglas Gregor |
2010-04-17 | Improve our handling of user-defined conversions as part of overload | Douglas Gregor |
2010-04-13 | Diagnose declarations of conversion functions with declarators other than '()'. | John McCall |
2010-04-12 | Improve source-location information for C++ conversion functions, by | Douglas Gregor |
2010-03-10 | When pretty-printing tag types, only print the tag if we're in C (and | John McCall |
2010-01-06 | Improve the diagnostics used to report implicitly-generated class members | John McCall |
2009-12-19 | Switch more of Sema::CheckInitializerTypes over to | Douglas Gregor |
2009-12-18 | Switch the initialization required by return statements over to the | Douglas Gregor |
2009-12-16 | Introduce a centralized routine in Sema for diagnosing failed lookups (when | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-13 | When performing copy initialization (= "implicit conversion", here) to | Douglas Gregor |
2009-09-15 | Issue a good diagnostics when attempt to select | Fariborz Jahanian |
2009-09-14 | Used visible conversion function api to do overload | Fariborz Jahanian |
2009-09-13 | Perform the C++ specific semantic checks of a function declaration after it's... | Anders Carlsson |
2009-04-25 | change a couple more c++ sema methods to be based on isinvalid bits. | Chris Lattner |
2009-04-16 | Fix a crash bug when comparing overload quality of conversion operators with ... | Sebastian Redl |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-04 | Fix our semantic analysis of | Douglas Gregor |
2008-11-23 | Make all the 'redefinition' diagnostics more consistent, and make the | Chris Lattner |
2008-11-18 | As threatened previously: consolidate name lookup and the creation of | Douglas Gregor |
2008-11-17 | Eliminate all of the placeholder identifiers used for constructors, | Douglas Gregor |
2008-11-17 | Updated IdentifierResolver to deal with DeclarationNames. The names of | Douglas Gregor |
2008-11-07 | Parsing, ASTs, and semantic analysis for the declaration of conversion | Douglas Gregor |