Files
clang-p2996/llvm/lib/Analysis/TargetLibraryInfo.cpp
Owen Anderson 22f0ebb19c TargetLibraryInfo: Use pointer index size to determine getSizeTSize(). (#118747)
When using non-integral pointer types, such as on CHERI targets, size_t
is equivalent
to the index size, which is allowed to be smaller than the size of the
pointer.
2024-12-12 15:45:44 +13:00

56 KiB