From: Richard Smith Date: Tue, 4 Dec 2012 02:48:16 +0000 (+0000) Subject: Document the existence of -fsanitize=bounds. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c5eaa83b3c1a6f393105a1f394e7ea422bfc839;p=clang Document the existence of -fsanitize=bounds. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169207 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.html b/docs/UsersManual.html index e4f44044c2..0ba56276cb 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -896,8 +896,8 @@ main checks are:
  • -fsanitize=undefined: 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.
  • + or ABI. This includes all of the checks listed below other than + unsigned-integer-overflow and bounds. The following more fine-grained checks are also available: @@ -905,6 +905,9 @@ The following more fine-grained checks are also available: