]> granicus.if.org Git - clang/commit
Fix pack instantiation with function types.
authorEli Friedman <eli.friedman@gmail.com>
Fri, 19 Jul 2013 22:50:29 +0000 (22:50 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 19 Jul 2013 22:50:29 +0000 (22:50 +0000)
commitba037f2a0cd9bc5614813c3c9293e4e01436e4dd
treeccc1738de6f60c83bc8472b554b3ea84699ce04d
parenta730f548325756d050d4caaa28fcbffdae8dfe95
Fix pack instantiation with function types.

Make sure we correctly expand packs which expand to another
pack in a function type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186728 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/TreeTransform.h
test/SemaTemplate/alias-templates.cpp