Skip to content
Snippets Groups Projects
Commit ed8e5501 authored by Vedant Kumar's avatar Vedant Kumar
Browse files

[ubsan] docs: Add a note about pointers to volatile

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305568 91177308-0d34-0410-b5e6-96231b3b80d8
parent 2aee8d9a
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,12 @@ You can also use the following check groups:
nullability does not have undefined behavior, it is often unintentional,
so UBSan offers to catch it.
Volatile
--------
The ``null``, ``alignment``, ``object-size``, and ``vptr`` checks do not apply
to pointers to types with the ``volatile`` qualifier.
Stack traces and report symbolization
=====================================
If you want UBSan to print symbolized stack trace for each error report, you
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment