================
@@ -399,6 +399,9 @@ Moved checkers
 Sanitizers
 ----------
 
+- ``-fsanitize=signed-integer-overflow`` now instruments signed arithmetic even
+  when ``-fwrapv`` is enabled. Previously, only division checks were enabled.
----------------
JustinStitt wrote:

Doesn't `-fno-sanitizer-signed-integer-overflow` already work? I did some 
[testing in godbolt](https://godbolt.org/z/oWdxvzs4P) and I am able to toggle 
this sanitizer on/off.

https://github.com/llvm/llvm-project/pull/82432
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to