summaryrefslogtreecommitdiff
path: root/test/SemaCXX/converting-constructor.cpp
Commit message (Expand)AuthorAge
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-13
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-06
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-19
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* A previous commit fixed PR5519; here's the test case.Douglas Gregor2009-11-20
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor2009-02-04
* Test explicit constructorDouglas Gregor2009-01-14
* Standard conversion sequences now have a CopyConstructor field, toDouglas Gregor2008-11-03
* Implement basic support for converting constructors in user-defined Douglas Gregor2008-10-31