Add extra truthiness.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 6 Dec 2012 22:40:09 +0000 (22:40 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 6 Dec 2012 22:40:09 +0000 (22:40 +0000)
llvm-svn: 169555

clang/docs/UsersManual.html

index 0ba5627..4adf0b4 100644 (file)
@@ -897,7 +897,7 @@ main checks are:
     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: