summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/constructor-template.cpp
AgeCommit message (Expand)Author
2015-11-17[Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li
2014-12-14If a non-template constructor instantiated to X(X),John McCall
2010-11-08Improve our handling of C++ [class.copy]p3, which specifies that aDouglas Gregor
2010-04-17Improve our handling of user-defined conversions as part of overloadDouglas Gregor
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-18Switch the initialization required by return statements over to theDouglas Gregor
2009-12-16Introduce a centralized routine in Sema for diagnosing failed lookups (whenJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Improve template instantiation for object constructions in several ways:Douglas Gregor
2009-11-18Improve on diagnosing type mismatches because of Fariborz Jahanian
2009-11-14If we attempt to add a constructor template specialization that looksDouglas Gregor
2009-11-13Revert r88718, which does NOT solve the constructor-template-as-copy-construc...Douglas Gregor
2009-11-13A constructor template cannot be instantiated to a copyDouglas Gregor
2009-11-03Introduce a new class, UnqualifiedId, that provides a parsedDouglas Gregor
2009-09-15Commit test case from PR4655, which tests the canonical-types fix in r81913Douglas Gregor
2009-09-15Add an assertion and a test case, in a fruitless attempt to track down an exi...Douglas Gregor
2009-08-24Make sure to adjust function template declarations to their templatedDouglas Gregor
2009-08-21Introduce support for constructor templates, which can now be declaredDouglas Gregor