[clang] [clang] Avoid stack exhaustion in recursive `constexpr` calls (PR #201706)

Daniil Dudkin via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 6 10:51:51 PDT 2026


unterumarmung wrote:

@efriedma-quic added the test for `-fexperimental-new-constant-interpreter`. It passed, so I didn't change the actual code of the new interpreter. I also tested it with several `-fconstexpr-depth` values from 1024 to 128 and it passed all of them.

https://github.com/llvm/llvm-project/pull/201706


More information about the cfe-commits mailing list