[clang] [compiler-rt] [UBSan] Add check that detects division by zero for fixed-point types (PR #165181)

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 19:17:53 PDT 2026


================
@@ -224,6 +226,8 @@ You can also use the following check groups:
      ``nullability-*`` group of checks.
   -  ``-fsanitize=undefined-trap``: Deprecated alias of
      ``-fsanitize=undefined``.
+  -  ``-fsanitize=fixed-point``: Checks for undefined behavior with fixed point
----------------
vitalybuka wrote:

we don't have =float group, do we need this one?

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


More information about the cfe-commits mailing list