diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-02-21 06:30:38 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-02-21 06:30:38 +0000 |
| commit | b4f9625a7bd5601534952b478040e6836e37eb47 (patch) | |
| tree | 4cfa08c4839e2e7be37102ccd5797a78beb1f18e /clang/test/Parser/compound_literal.c | |
| parent | 16d9730b8673741e4b2b18caa087f71c2318be98 (diff) | |
| download | bcm5719-llvm-b4f9625a7bd5601534952b478040e6836e37eb47.tar.gz bcm5719-llvm-b4f9625a7bd5601534952b478040e6836e37eb47.zip | |
PR32010: Fix template argument depth mixup when forming implicit constructor
template deduction guides for class template argument deduction.
Ensure that we have a local instantiation scope for tracking the instantiated
parameters. Additionally, unusually, we're substituting at depth 1 and leaving
depth 0 alone; make sure that we don't reduce template parameter depth by 2 for
inner parameters in the process. (This is probably also broken for alias
templates in the case where they're expanded within a dependent context, but
this patch doesn't fix that.)
llvm-svn: 295696
Diffstat (limited to 'clang/test/Parser/compound_literal.c')
0 files changed, 0 insertions, 0 deletions

