llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic
Erik Pilkington f1bd000f71 [Sema] Fix a bug where pack expansion was not expanded in type alias
The problem is that the parameter pack in a function type type alias is not
reexpanded after being transformed. Also remove an incorrect comment in a
similar function. Fixes PR26017.

Differential Revision: http://reviews.llvm.org/D21030

llvm-svn: 274566
2016-07-05 17:57:24 +00:00
..
deduction.cpp
example-bind.cpp
example-function.cpp
example-tuple.cpp
ext-blocks.cpp
fixed-expansion.cpp PR18401: Fix assert by implementing the current proposed direction of core 2014-01-09 02:22:22 +00:00
injected-class-name.cpp
metafunctions.cpp Reject varargs '...' in function prototype if there are more parameters after 2014-08-11 23:30:23 +00:00
multi-level-substitution.cpp
p1.cpp
p2.cpp DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs 2013-06-22 18:59:18 +00:00
p4.cpp
p5.cpp [Sema] Fix a bug where pack expansion was not expanded in type alias 2016-07-05 17:57:24 +00:00
p5.mm
parameter-matching.cpp
partial-ordering.cpp
sizeofpack.cpp Regression test for PR12699 2013-08-05 18:38:16 +00:00