https://bugs.llvm.org/show_bug.cgi?id=32346

            Bug ID: 32346
           Summary: UBSan -fno-sanitize-recover option not docummented on
                    the webiste
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangb...@nondot.org
          Reporter: gonzalob...@gmail.com
                CC: llvm-bugs@lists.llvm.org

The website of UBSan says here:
https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html

>You can enable only a subset of checks offered by UBSan, and define the 
>desired behavior for each kind of check:
>
>- print a verbose error report and continue execution (default);
>- print a verbose error report and exit the program;
>- execute a trap instruction (doesn’t require UBSan run-time support).

But it doesn't explicitly document which option does one need to enable to get
each behavior. This should be explicitly documented.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to