================
@@ -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.
----------------
vitalybuka wrote:

It should work, it's about release note
As a hint if users who had `-fsanitize=undefined -fwrapv` and not they suddenly 
see reports.

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