summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/constructor-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve our handling of C++ [class.copy]p3, which specifies that aDouglas Gregor2010-11-081-3/+20
* Improve our handling of user-defined conversions as part of overloadDouglas Gregor2010-04-171-0/+15
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-4/+4
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-4/+4
* Introduce a centralized routine in Sema for diagnosing failed lookups (whenJohn McCall2009-12-161-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve template instantiation for object constructions in several ways:Douglas Gregor2009-12-141-0/+12
* Improve on diagnosing type mismatches because of Fariborz Jahanian2009-11-181-4/+4
* If we attempt to add a constructor template specialization that looksDouglas Gregor2009-11-141-1/+31
* Revert r88718, which does NOT solve the constructor-template-as-copy-construc...Douglas Gregor2009-11-131-19/+1
* A constructor template cannot be instantiated to a copyDouglas Gregor2009-11-131-1/+19
* Introduce a new class, UnqualifiedId, that provides a parsedDouglas Gregor2009-11-031-0/+1
* Commit test case from PR4655, which tests the canonical-types fix in r81913Douglas Gregor2009-09-151-0/+5
* Add an assertion and a test case, in a fruitless attempt to track down an exi...Douglas Gregor2009-09-151-0/+20
* Make sure to adjust function template declarations to their templatedDouglas Gregor2009-08-241-0/+4
* Introduce support for constructor templates, which can now be declaredDouglas Gregor2009-08-211-0/+24