[all-commits] [llvm/llvm-project] ee0367: [docs] Improve UndefinedBehaviorSanitizer.rst

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Jun 12 13:04:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee0367ef13f87cdac869647d731f820a98746fe6
      https://github.com/llvm/llvm-project/commit/ee0367ef13f87cdac869647d731f820a98746fe6
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-06-12 (Mon, 12 Jun 2023)

  Changed paths:
    M clang/docs/UndefinedBehaviorSanitizer.rst

  Log Message:
  -----------
  [docs] Improve UndefinedBehaviorSanitizer.rst

* Mention that -fsanitize= and -fno-sanitize= apply to check groups.
* Mention "all" can be used as a check group.
* Mention that -fsanitize-trap= and -fsanitize-recover= lead to no unused command line option warning.
* Mention that trap mode typically causes the program to terminate due to a `SIGILL` or `SIGTRAP` signal.

Reviewed By: #sanitizers, vitalybuka

Differential Revision: https://reviews.llvm.org/D152650




More information about the All-commits mailing list