[cfe-commits] [PATCH] Number of args in a variadic call
Aaron Ballman
aaron at aaronballman.com
Fri Jul 20 13:24:28 PDT 2012
This patch addresses PR13157 -- basically, if you have a function
prototype with default arguments, you can wind up with the number of
prototype arguments being greater than the number of formal parameters
passed.
~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: numargs.patch
Type: application/octet-stream
Size: 1184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120720/edd99bb9/attachment.obj>
More information about the cfe-commits
mailing list