[PATCH] D31070: Turn some C-style vararg into variadic templates

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 18 05:40:24 PDT 2017


On Fri, Mar 17, 2017 at 11:13:17AM +0000, serge via Phabricator via llvm-commits wrote:
> From a user prospective, it forces the use of an annoying nullptr to
> mark the end of the vararg, and there's not type checking on the arguments.
> The variadic template is an obvious solution to both issues.

Does it make any difference in terms of code size?

Joerg


More information about the llvm-commits mailing list