[clang] [compiler-rt] [Sanitizer] add signed-integer-wrap sanitizer (PR #80089)
David Spickett via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 31 02:22:43 PST 2024
DavidSpickett wrote:
> I tried running clang-format but the diff was huge and beyond just my changes.
https://clang.llvm.org/docs/ClangFormat.html#git-integration tells you how to narrow it down to just your changes. Once that's setup you can use the command from the comment the bot left.
Sometimes it will try to format too much, in which case it's fine to ignore it, but looking at what the bot reported here that's not the case.
https://github.com/llvm/llvm-project/pull/80089
More information about the cfe-commits
mailing list