Files
clang-p2996/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
Fangrui Song 7ca135cd86 [Instrumentation] Remove unneeded pointer casts and migrate away from getInt8PtrTy. NFC
After opaque pointer migration, getInt8PtrTy() is considered legacy.
Replace it with getPtrTy(), and while here, remove some unneeded pointer
casts.
2023-11-15 12:50:49 -08:00

131 KiB