diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-09-07 02:06:42 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-09-07 02:06:42 +0000 |
| commit | 1fde8ece371a86fe3aae232e9d143fbd8dc34d08 (patch) | |
| tree | e02b5ce8098d8aaae92b5a6e42692c2438a41f21 /llvm/utils/FileCheck/FileCheck.cpp | |
| parent | 97158ca5c26c759ccdc81ef01a3f94f2fdb264c6 (diff) | |
| download | bcm5719-llvm-1fde8ece371a86fe3aae232e9d143fbd8dc34d08.tar.gz bcm5719-llvm-1fde8ece371a86fe3aae232e9d143fbd8dc34d08.zip | |
PR9023: A template template parameter whose template parameter list contains an
unexpanded parameter pack is a pack expansion. Thus, as with a non-type template
parameter which is a pack expansion, it needs to be expanded early into a fixed
list of template parameters.
Since the expanded list of template parameters is not itself a parameter pack,
it is permitted to appear before the end of the template parameter list, so also
remove that restriction (for both template template parameter pack expansions and
non-type template parameter pack expansions).
llvm-svn: 163369
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions

