[PATCH] D15217: Clang documentation for UBSan.
Dan Albert via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 3 16:26:51 PST 2015
danalbert added inline comments.
================
Comment at: docs/UndefinedBehaviorSanitizer.rst:128
@@ +127,3 @@
+ ``-fsanitize=undefined``.
+ - ``-fsanitize=integer``: Checks for undefined or suspicious integer
+ behavior.
----------------
Suspicious here meaning that it also checks undefined overflow? Might want to clarify.
http://reviews.llvm.org/D15217
More information about the cfe-commits
mailing list