[clang] [compiler-rt] [Sanitizer] add signed-integer-wrap sanitizer (PR #80089)

Nick Desaulniers via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 31 11:30:44 PST 2024


nickdesaulniers wrote:

> I tried running clang-format but the diff was huge and beyond just my changes.

I usually do `git clang-format HEAD~N` where N is the number of commits of mine (N is optional when N == 1).

https://github.com/llvm/llvm-project/pull/80089


More information about the cfe-commits mailing list