[PATCH] D15217: Clang documentation for UBSan.

Sean Silva via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 3 16:53:52 PST 2015


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 sure to use ``clang++`` (not ``ld``) as a linker, so that your
----------------
We support C as well, right? (not a big deal, just mention that this document will focus on C++ usage but C usage is similar)


http://reviews.llvm.org/D15217





More information about the cfe-commits mailing list