aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/converting-constructor.cpp
AgeCommit message (Expand)Author
2010-01-13Improve the reporting of non-viable overload candidates by noting the reasonJohn 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-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-20A previous commit fixed PR5519; here's the test case.Douglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-04Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor
2009-01-14Test explicit constructorDouglas Gregor
2008-11-03Standard conversion sequences now have a CopyConstructor field, toDouglas Gregor
2008-10-31Implement basic support for converting constructors in user-defined Douglas Gregor