Files
clang-p2996/clang/lib/CodeGen/CodeGenModule.cpp
Boaz Brickner c978f0f7ac [clang] Fix segmentation fault caused by stack overflow on deeply nested expressions (#111701)
Done by calling clang::runWithSufficientStackSpace().
Added CodeGenModule::runWithSufficientStackSpace() method similar to the
one in Sema to provide a single warning when this triggers
Fixes: #111699
2024-10-14 14:06:50 +02:00

301 KiB