[clang] [clang] Increase the default expression nesting limit (PR #104717)

Amr Hesham via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 20 10:12:33 PDT 2024


AmrDeveloper wrote:

> Hello! Looks like increasing the max depth makes the debug build stack overflow. In release builds, `clang/test/Parser/parser_overflow.c` is fine, but in debug builds, the stack size reaches my OS limit (8MB) and crashes. Shall the max depth be reduced a bit?

@AaronBallman should we back to the 1024 option?

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


More information about the cfe-commits mailing list