]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169555 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.html

index 0ba56276cb9e83cc8cbabc816aef8268fd6ff295..4adf0b4dad1dae7c03a021f5e996d00fac5025d6 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: