[PATCH] D15217: Clang documentation for UBSan.

Dan Albert via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 3 16:54:16 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.
----------------
rsmith wrote:
> danalbert wrote:
> > Suspicious here meaning that it also checks undefined overflow? Might want to clarify.
> You mean "defined" rather than "undefined", right? :)
I actually meant unsigned, but yes, same thing :)


http://reviews.llvm.org/D15217





More information about the cfe-commits mailing list