PR19878: If a pack expansion appears within another pack expansion, correctly
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 29 May 2014 01:12:14 +0000 (01:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 29 May 2014 01:12:14 +0000 (01:12 +0000)
commitc3684da1d42df59a6a4c0490f23079c87b1959eb
tree5695ecc68db94dd7178f02d304f8963f866329b9
parent7898a018ce9b1a4ad1da609495ae7eea6a478c86
PR19878: If a pack expansion appears within another pack expansion, correctly
deduce any packs that are expanded by both expansions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209786 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/TemplateDeduction.h
lib/Sema/SemaTemplateDeduction.cpp
test/SemaTemplate/pack-deduction.cpp [new file with mode: 0644]