[cfe-commits] r169555 - /cfe/trunk/docs/UsersManual.html

Richard Smith richard-llvm at metafoo.co.uk
Thu Dec 6 14:40:10 PST 2012


Author: rsmith
Date: Thu Dec  6 16:40:09 2012
New Revision: 169555

URL: http://llvm.org/viewvc/llvm-project?rev=169555&view=rev
Log:
Add extra truthiness.

Modified:
    cfe/trunk/docs/UsersManual.html

Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=169555&r1=169554&r2=169555&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Thu Dec  6 16:40:09 2012
@@ -897,7 +897,7 @@
     Fast and compatible undefined behavior checker.  Enables the undefined behavior
     checks that have small runtime cost and no impact on address space layout
     or ABI.  This includes all of the checks listed below other than
-    <tt>unsigned-integer-overflow</tt> and <tt>bounds</tt>.</li>
+    <tt>unsigned-integer-overflow</tt>.</li>
 </ul>
 
 The following more fine-grained checks are also available:





More information about the cfe-commits mailing list