[llvm-branch-commits] [clang] [Clang] [C++26] Expansion Statements (Part 10: Expansion Limit) (PR #169689)
Corentin Jabot via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jun 1 05:01:29 PDT 2026
cor3ntin wrote:
> Iirc when I was testing this it did 1 million expansions w/o hitting any existing limits; that was w/ an empty expansion statement but that already took a few seconds.
That's fine - the limits are there to avoid overwhelming the compiler, not because something might be slow
https://github.com/llvm/llvm-project/pull/169689
More information about the llvm-branch-commits
mailing list