[clang] Respect the [[clang::unsafe_buffer_usage]] attribute for field and constructor initializers (PR #91991)
Zequan Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 14 12:07:41 PST 2024
ZequanWu wrote:
Hi, we have found this causing clang to crash with -Wunsafe-buffer-usage: https://godbolt.org/z/nvWxW43fK
https://github.com/llvm/llvm-project/pull/91991
More information about the cfe-commits
mailing list