[llvm-branch-commits] [clang] release/23.x: [Clang][CodeGen] Fix crash in EmitParmDecl for bodyless destructors with -fextend-variable-liveness (#218830) (PR #221603)
Eli Friedman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 7 11:55:39 PDT 2026
https://github.com/efriedma-quic approved this pull request.
LGTM
This is a compile-time crash, and it only affects -Og/-fextend-variable-liveness on Windows targets, so it's not critical. But the fix is very low-risk, and it's a regression from 22.
https://github.com/llvm/llvm-project/pull/221603
More information about the llvm-branch-commits
mailing list