summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR45124: Don't leave behind pending cleanups when declaring implicitRichard Smith2020-03-111-0/+15
* PR42513: Enter the proper DeclContext before substituting into anRichard Smith2019-08-241-3/+6
* [clang] Fixing incorrect implicit deduction guides (PR41549)Gauthier Harnisch2019-06-141-0/+15
* Add -Wctad-maybe-unsupported to diagnose CTAD on types with no user defined d...Eric Fiselier2019-01-171-0/+80
* Handle dependent class template names in class template argumentRichard Smith2018-09-281-0/+7
* [Sema] Use a TreeTransform to extract deduction guide parameter typesErik Pilkington2018-07-271-0/+29
* [Sema] Fix a crash by completing a type before using itErik Pilkington2018-07-261-0/+25
* PR37631: verify that a member deduction guide has the same access as its temp...Richard Smith2018-05-301-0/+16
* PR34520: after instantiating a non-templated member deduction guide, don't fo...Richard Smith2018-05-301-0/+12
* PR35045: Convert injected-class-name to its corresponding simple-template-idRichard Smith2018-01-041-0/+11
* Never try to instantiate a deduction guide's "definition". Fixes bogus warnin...Richard Smith2017-10-281-2/+2
* PR33489: A function-style cast to a deduced class template specialization typ...Richard Smith2017-08-111-0/+23
* Don't emit undefined-internal warnings for CXXDeductionGuideDecls.Richard Smith2017-08-031-1/+24
* Weaken restriction in r304862 to allow implicit deduction guides to referenceRichard Smith2017-06-081-0/+8
* Fix a couple of class template argument deduction crashes with libc++'s tuple.Richard Smith2017-06-071-0/+24
* PR32673: Don't wrap parameter packs in SubstTemplateTypeParmPackType nodes wh...Richard Smith2017-04-201-0/+35
* PR32185: Revert r291512 and add a testcase for PR32185.Richard Smith2017-04-131-12/+6
* Fix deduction of type of pack-expanded non-type template parameter.Richard Smith2017-02-211-4/+10
* Fix lookup through injected-class-names in implicit deduction guides in theRichard Smith2017-02-211-4/+17
* When deducing an array bound from the length of an initializer list, don'tRichard Smith2017-02-211-6/+4
* PR32010: Fix template argument depth mixup when forming implicit constructorRichard Smith2017-02-211-0/+26
* Properly set up the DeclContext for parameters of implicit deduction guides;Richard Smith2017-02-161-0/+8
* [c++1z] Diagnose non-deducible template parameters in deduction guide templat...Richard Smith2017-02-161-0/+18
* Canonicalize implicit deduction guide parameter types when forming a deductionRichard Smith2017-02-141-0/+13
* [c++1z] Add some more tests for class template argument deduction, addRichard Smith2017-02-141-0/+20
* [c++1z] Tests for class template argument deduction in dependent contexts.Richard Smith2017-02-101-0/+30
* [c++1z] P0512R0: support for 'explicit' specifier on deduction-guides.Richard Smith2017-02-101-6/+11
* [c++1z] P0091R3: Basic support for deducing class template arguments via dedu...Richard Smith2017-02-091-0/+84
OpenPOWER on IntegriCloud