| commit | 27b4c16fefde48966b65f878799e9a7792275675 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Thu Dec 23 22:44:42 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Thu Dec 23 22:44:42 2010 +0000 |
| tree | 720bde9e2688238bfbd9fee94671d1d4b4af93f4 | |
| parent | 1d56c9eed77fe703f389bfa82f79b155a30168d4 [diff] |
Implement parsing of function parameter packs and non-type template parameter packs (C++0x [dcl.fct]p13), including disambiguation between unnamed function parameter packs and varargs (C++0x [dcl.fct]p14) for cases like void f(T...) where T may or may not contain unexpanded parameter packs. llvm-svn: 122520