[llvm-branch-commits] [clang] [Clang] Introduce -fsanitize=alloc-token (PR #156839)
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Oct 2 02:01:30 PDT 2025
================
@@ -0,0 +1,52 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 6
----------------
zmodem wrote:
Same here, I'd suggest writing the checks by hand. Only the call instructions are interesting (especially their metadata), so I think the test should just focus on those.
Also for alloc-token.cpp.
https://github.com/llvm/llvm-project/pull/156839
More information about the llvm-branch-commits
mailing list