Files
clang-p2996/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
Nikita Popov 98db33349b [SLC] Fix pointer diff type in sprintf() optimization
We should always be calculating a byte-wise difference here.
Previously this calculated the pointer difference while taking
the pointer element type into account, which is incorrect.
2022-01-25 15:22:56 +01:00

127 KiB