diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-01-03 17:17:50 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-01-03 17:17:50 +0000 |
commit | e8e9dd624c88a05cf0dee727d5555464e6833902 (patch) | |
tree | cd6f3ab5b41b3d40f1bd3b79b6d62ca6d136328e /llvm/docs/TestingGuide.html | |
parent | 67cce9b13575240704f0305dcf4f9f0401f05f51 (diff) | |
download | bcm5719-llvm-e8e9dd624c88a05cf0dee727d5555464e6833902.tar.gz bcm5719-llvm-e8e9dd624c88a05cf0dee727d5555464e6833902.zip |
Implement support for pack expansions whose pattern is a non-type
template argument (described by an expression, of course). For
example:
template<int...> struct int_tuple { };
template<int ...Values>
struct square {
typedef int_tuple<(Values*Values)...> type;
};
It also lays the foundation for pack expansions in an initializer-list.
llvm-svn: 122751
Diffstat (limited to 'llvm/docs/TestingGuide.html')
0 files changed, 0 insertions, 0 deletions