From 39dd38c06185542e44e82f938824e041685b95c6 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 6 Dec 2012 22:40:09 +0000 Subject: [PATCH] Add extra truthiness. llvm-svn: 169555 --- clang/docs/UsersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 0ba5627..4adf0b4 100644 --- a/clang/docs/UsersManual.html +++ b/clang/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: -- 2.7.4