[clang] [clang] Emit initializers for static const/constexpr variables once they're met (PR #156933)
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 4 10:35:33 PDT 2025
https://github.com/rjmccall commented:
Initializers can be self-referential, so doing this eagerly might be problematic.
Why does this help with initializing things in consteval functions?
https://github.com/llvm/llvm-project/pull/156933
More information about the cfe-commits
mailing list