samsonov added a comment.
Thanks! Addressed the comments.
Repository:
rL LLVM
http://reviews.llvm.org/D15217
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
This revision was automatically updated to reflect the committed changes.
samsonov marked 5 inline comments as done.
Closed by commit rL254733: Clang documentation for UBSan. (authored by
samsonov).
Changed prior to commit:
http://reviews.llvm.org/D15217?vs=41823&id=41891#toc
Repository:
rL
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:
> > Suspicio
silvas accepted this revision.
silvas added a comment.
Thanks for working on this!
A tiny nit, but otherwise this LGTM.
Comment at: docs/UndefinedBehaviorSanitizer.rst:33
@@ +32,3 @@
+
+Use ``clang++`` to compile and link your program with ``-fsanitize=undefined``
+flag. Make s
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 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 u