[PATCH] D54676: [AST] Pack CallExpr
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 19 10:40:06 PST 2018
rjmccall added a comment.
You can have more arguments than parameters because of varargs. Even putting that aside, no, I think we generally shouldn't go backwards on these limits. Anyway, packing right up to the limits imposed by `NumExprBits` probably isn't a great idea.
Repository:
rC Clang
https://reviews.llvm.org/D54676
More information about the cfe-commits
mailing list