| commit | d002c7bc5889d23f8039b15aef3c38bc2db885e3 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Mon May 11 23:53:27 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Mon May 11 23:53:27 2009 +0000 |
| tree | ac98e6e6050218aec7d1cf22075e734a99270b7d | |
| parent | 5fb7847fbff1c8808e589426ebacabf11339f07c [diff] |
Encapsulate template arguments lists in a new class, TemplateArgumentList. This avoids the need to pass around pointer/length pairs of template arguments lists, and will eventually make it easier to introduce member templates and variadic templates. llvm-svn: 71517