diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 0ba56276cb9e83cc8cbabc816aef8268fd6ff295..4adf0b4dad1dae7c03a021f5e996d00fac5025d6 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: