[all-commits] [llvm/llvm-project] 67dab1: [ASAN] Rename TypeSize to TypeStoreSize [mostly NFC]
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Mar 2 10:48:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67dab19453d00f74d1aec1aa07e3bf5a14d3275f
https://github.com/llvm/llvm-project/commit/67dab19453d00f74d1aec1aa07e3bf5a14d3275f
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Log Message:
-----------
[ASAN] Rename TypeSize to TypeStoreSize [mostly NFC]
This is a mechanical prep change for scalable vector support. All it does is move the point of TypeSize to unsigned (i.e. the unsafe cast) closer to point of use.
More information about the All-commits
mailing list