[PATCH] D78607: [local-bounds] Ignore volatile operations
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 5 16:45:16 PDT 2020
rsmith accepted this revision.
rsmith added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/docs/UndefinedBehaviorSanitizer.rst:175-177
- ``-fsanitize=undefined``: All of the checks listed above other than
``float-divide-by-zero``, ``unsigned-integer-overflow``,
``implicit-conversion``, and the ``nullability-*`` group of checks.
----------------
While we're here we should mention that `local-bounds` isn't part of `undefined`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78607/new/
https://reviews.llvm.org/D78607
More information about the cfe-commits
mailing list