Lines Matching full:ubsan
11 UndefinedBehaviorSanitizer (UBSan) is a fast undefined behavior detector.
12 UBSan modifies the program at compile-time to catch various kinds of undefined
20 See the full list of available :ref:`checks <ubsan-checks>` below.
22 UBSan has an optional run-time library which provides better error reporting.
35 executable is linked with proper UBSan runtime libraries. You can use ``clang``
50 You can enable only a subset of :ref:`checks <ubsan-checks>` offered by UBSan,
55 * execute a trap instruction (doesn't require UBSan run-time support).
139 If you want UBSan to print symbolized stack trace for each error report, you
157 You disable UBSan checks for particular functions with
177 Sometimes you can suppress UBSan error reports for specific files, functions,
185 You need to specify a :ref:`check <ubsan-checks>` you are suppressing and the
202 most of UBSan checks are recoverable by default.
229 ``check-ubsan`` command.