[PATCH] D54676: [AST] Pack CallExpr

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 18 23:52:49 PST 2018


rjmccall added a comment.

I don't think we should be reducing the number of call arguments we can support, sorry, even if 16K is a fairly absurd number that would probably trip stack overflow protections if you actually executed it.  Let's try to keep it at least 64K-ish.


Repository:
  rC Clang

https://reviews.llvm.org/D54676





More information about the cfe-commits mailing list