[PATCH] D15217: Clang documentation for UBSan.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 3 16:46:54 PST 2015
rsmith accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: docs/UndefinedBehaviorSanitizer.rst:128
@@ +127,3 @@
+ ``-fsanitize=undefined``.
+ - ``-fsanitize=integer``: Checks for undefined or suspicious integer
+ behavior.
----------------
danalbert wrote:
> Suspicious here meaning that it also checks undefined overflow? Might want to clarify.
You mean "defined" rather than "undefined", right? :)
================
Comment at: docs/UndefinedBehaviorSanitizer.rst:178
@@ +177,3 @@
+
+and for for the following architectures:
+
----------------
Typo 'for for'
http://reviews.llvm.org/D15217
More information about the cfe-commits
mailing list