[clang] [ubsan] Add more -fsanitize-annotate-debug-info checks (PR #141997)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 6 14:05:10 PDT 2025
vitalybuka wrote:
> By "switch to" do you mean remove
I mean downstream we already like how nice e.g `__ubsan_check_array_bounds` in the top of the crash thread.
If we have `__clang_trap_msg_array_bounds`, it's as good as `__ubsan_check_array_bounds` now.
https://github.com/llvm/llvm-project/pull/141997
More information about the cfe-commits
mailing list