[llvm-branch-commits] [AllocToken, Clang] Infer type hints from sizeof expressions and casts (PR #156841)
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 23 07:20:31 PDT 2025
================
@@ -0,0 +1,18 @@
+// RUN: %clang_cc1 -fsanitize=alloc-token -fsanitize-alloc-token-extended -falloc-token-max=2147483647 -triple x86_64-linux-gnu -x c -emit-llvm %s -o - | FileCheck %s
----------------
zmodem wrote:
(As in the other PRs, I think we may want to check the metadata here instead, also `-x c` is redundant.)
https://github.com/llvm/llvm-project/pull/156841
More information about the llvm-branch-commits
mailing list