summaryrefslogtreecommitdiff
path: root/test/SemaCXX/converting-constructor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-1/+8
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-1/+1
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-191-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* A previous commit fixed PR5519; here's the test case.Douglas Gregor2009-11-201-0/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor2009-02-041-2/+2
* Test explicit constructorDouglas Gregor2009-01-141-0/+17
* Standard conversion sequences now have a CopyConstructor field, toDouglas Gregor2008-11-031-2/+2
* Implement basic support for converting constructors in user-defined Douglas Gregor2008-10-311-0/+23