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

Daniil Dudkin via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 5 13:06:08 PDT 2026


================
@@ -1009,6 +1013,20 @@ namespace {
       return true;
     }
 
+    bool runWithSufficientStackSpace(SourceLocation Loc,
----------------
unterumarmung wrote:

You're right. Fixed 

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


More information about the cfe-commits mailing list