We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7da172 commit 0a5339fCopy full SHA for 0a5339f
clang/docs/UndefinedBehaviorSanitizer.rst
@@ -177,7 +177,7 @@ Available checks are:
177
problems at higher optimization levels.
178
- ``-fsanitize=pointer-overflow``: Performing pointer arithmetic which
179
overflows, or where either the old or new pointer value is a null pointer
180
- (or in C, when they both are).
+ (excluding the case where both are null pointers).
181
- ``-fsanitize=return``: In C++, reaching the end of a
182
value-returning function without returning a value.
183
- ``-fsanitize=returns-nonnull-attribute``: Returning null pointer
0 commit comments