From: Richard Smith Date: Thu, 6 Dec 2012 22:40:09 +0000 (+0000) Subject: Add extra truthiness. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=850532c7882e901623e482295d4d227f31ccf269;p=clang Add extra truthiness. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169555 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 - unsigned-integer-overflow and bounds. + unsigned-integer-overflow. The following more fine-grained checks are also available: