vitalybuka wrote:

> I assume you are going to change fronted to avoid compiler abusing these UBs?

Actually stuff like unsigned overflows are not UB.

Maybe instead of  `-fno-sanitize-overflow-idioms` we convert into
`unsigned-integer-overflow`  into ` check group` so user can 
-fno-sanitize=<special-case-of>-unsigned-integer-overflow


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

Reply via email to