summaryrefslogtreecommitdiff
path: root/test/SemaCXX/user-defined-conversions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve the error message when a function overload candidate is rejectedKaelyn Uhrain2012-06-191-1/+1
* When performing a user-defined conversion via a constructor, be sureDouglas Gregor2011-10-101-0/+15
* Improve our handling of user-defined conversions as part of overloadDouglas Gregor2010-04-171-0/+15
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Steve set me straight on this one. GCC was right, EDG was wrong: theDouglas Gregor2009-02-021-1/+1
* Improve our handling of the second step in a user-defined conversionDouglas Gregor2009-01-301-0/+32
* Allow user-defined conversions during reference bindingDouglas Gregor2008-11-101-0/+15
* Initial, partially-baked support for implicit user-defined conversions by con...Douglas Gregor2008-11-071-0/+22