diff options
| author | Douglas Gregor <dgregor@apple.com> | 2010-12-23 23:51:58 +0000 | 
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2010-12-23 23:51:58 +0000 | 
| commit | da3cc0d3bf22d8dd92df063c38ff788c713b78df (patch) | |
| tree | f023677331cafb43b4bd87629648ec3bee5f1f8e /llvm/lib/Transforms | |
| parent | d71ffbcb2477dbd52aa5702c3ca994e720a1d360 (diff) | |
| download | bcm5719-llvm-da3cc0d3bf22d8dd92df063c38ff788c713b78df.tar.gz bcm5719-llvm-da3cc0d3bf22d8dd92df063c38ff788c713b78df.zip | |
Add an AST representation for non-type template parameter
packs, e.g.,
  template<typename T, unsigned ...Dims> struct multi_array;
along with semantic analysis support for finding unexpanded non-type
template parameter packs in types, expressions, and so on.
Template instantiation involving non-type template parameter packs
probably doesn't work yet. That'll come soon.
llvm-svn: 122527
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions

