patch: check constructor initializer list packs

Nick Lewycky nlewycky at google.com
Wed Jun 12 16:20:24 PDT 2013


This patch fixes a slight oversight with a pack expansion of constructor
initialization lists of the form "S() : T<Pack1>(Pack2)... {}" not checking
the arity of the unexpanded packs in the initializer expression.

Fixes PR16303. Please review!

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130612/77dbf374/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr16303-1.patch
Type: application/octet-stream
Size: 2513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130612/77dbf374/attachment.obj>


More information about the cfe-commits mailing list