[all-commits] [llvm/llvm-project] 693aa6: [NFC][sanitizer] Remove InternalScopedString::Appe...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Sep 15 23:09:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 693aa68b65f5b95e0935afda44a993787bca2ea8
https://github.com/llvm/llvm-project/commit/693aa68b65f5b95e0935afda44a993787bca2ea8
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
M compiler-rt/lib/sanitizer_common/tests/sanitizer_common_test.cpp
Log Message:
-----------
[NFC][sanitizer] Remove InternalScopedString::Append nullptr workaround
AppendF actually appends "<null>" which is not needed here.
More information about the All-commits
mailing list