| commit | 96d71c3936f0a916ec8f88af6307151e5f3067e6 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Nov 12 23:38:38 2014 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Nov 12 23:38:38 2014 +0000 |
| tree | 83284e9836b9cf7c441be00d28d4f68b84b43c16 | |
| parent | 8870ad24399680811045a34d9b5438ebc4d812f8 [diff] |
PR19372: Keep checking template arguments after we see an argument pack expansion into a parameter pack; we know that we're still filling in that parameter's arguments. Previously, if we hit this case for an alias template, we'd try to substitute using non-canonical template arguments. llvm-svn: 221832