aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-12-06 22:40:09 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-12-06 22:40:09 +0000
commit850532c7882e901623e482295d4d227f31ccf269 (patch)
tree980c1f9f60e9310dcd2d551124b9545a82a4598e
parentc35fac11ecc1a55c5dd6ef1d10c2514bb274e3a1 (diff)
Add extra truthiness.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169555 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/UsersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index 0ba56276cb..4adf0b4dad 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -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: