[clang] [UBSAN] [NFC] add coverage for null and alignment checks (PR #176210)
Justin Stitt via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 15 12:10:35 PST 2026
JustinStitt wrote:
I am also a bit confused about what your test is checking. Is it verifying the lack of support from the `null` and `aligned` sanitizers? I see very few `CHECK` lines looking for sanitizer intrinsics, just a bunch of memcpy ops which are emitted even when the sanitizers are off.
https://github.com/llvm/llvm-project/pull/176210
More information about the cfe-commits
mailing list