Files
clang-p2996/llvm/lib/Support/NativeFormatting.cpp
serge-sans-paille 8f79b0fe00 [llvm] Do not zero out write_unsigned_impl internal buffer
Current implementation uselessly calls memset on its internal buffer
while it does not read the non overwritten part.

Differential Revision: https://reviews.llvm.org/D142464
2023-01-26 07:59:33 +01:00

7.6 KiB