[clang] [Clang][CodeGen] Bail out on constexpr unknown values in ConstantEmitter (PR #127525)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 20 09:03:48 PST 2025
https://github.com/cor3ntin approved this pull request.
LGTM modulo nit.
No changelog needed, this sould be backported to clang 20, it's a fairly severe regression.
I wonder if there are other places where we let constexpr-unknown references escapes and if there are cases where they should not be formed to begin with.
https://github.com/llvm/llvm-project/pull/127525
More information about the cfe-commits
mailing list