[clang] [clang] Avoid stack exhaustion in recursive `constexpr` calls (PR #201706)
Tony Guillot via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 16 15:56:34 PDT 2026
================
@@ -816,6 +817,8 @@ namespace {
/// initialized after CurrentCall and CallStackDepth.
CallStackFrame BottomFrame;
+ StackExhaustionHandler StackHandler;
----------------
to268 wrote:
Add a documentation comment to describe how that class member is used.
https://github.com/llvm/llvm-project/pull/201706
More information about the cfe-commits
mailing list