[llvm-branch-commits] [clang] [Clang] [C++26] Expansion Statements (Part 10: Expansion Limit) (PR #169689)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Mar 31 13:58:44 PDT 2026
Sirraide wrote:
> > Perhaps we should look at some other imp limits that reflection might observe (field limit/arg limit/etc?), and see what number would cover all of those?
>
> field/argument limits is a good idea; I’ll look at those
The limit for parameters in a function definition is 256 and for data members in a class it’s 16384; I went w/ the latter since it’s a reasonable number I think
https://github.com/llvm/llvm-project/pull/169689
More information about the llvm-branch-commits
mailing list