[clang] [clang] Fix segmentation fault caused by stack overflow on deeply nested expressions (PR #111701)
Boaz Brickner via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 14 04:18:02 PDT 2024
================
@@ -0,0 +1,29 @@
+// RUN: %clang_cc1 %s -emit-llvm -o - -Wstack-exhausted
----------------
bricknerb wrote:
Resolving since we decided to remove this test.
https://github.com/llvm/llvm-project/pull/111701
More information about the cfe-commits
mailing list