aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/user-defined-conversions.cpp
AgeCommit message (Expand)Author
2012-06-19Improve the error message when a function overload candidate is rejectedKaelyn Uhrain
2011-10-10When performing a user-defined conversion via a constructor, be sureDouglas Gregor
2010-04-17Improve our handling of user-defined conversions as part of overloadDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-02Steve set me straight on this one. GCC was right, EDG was wrong: theDouglas Gregor
2009-01-30Improve our handling of the second step in a user-defined conversionDouglas Gregor
2008-11-10Allow user-defined conversions during reference bindingDouglas Gregor
2008-11-07Initial, partially-baked support for implicit user-defined conversions by con...Douglas Gregor