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