diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 69f916c94e84..50a373886a68 100644 --- a/clang/docs/UsersManual.html +++ b/clang/docs/UsersManual.html @@ -880,18 +880,30 @@ on runtime code generation to check for undefined behavior.
This option, which defaults to off, controls whether or not Clang adds runtime checks for undefined runtime behavior. If a check fails, __builtin_trap() is used to indicate failure. -The checks are: +The currently implemented checks include: + +

The sizes of objects are determined using __builtin_object_size, and +consequently may be able to detect more problems at higher optimization levels. +Bit-fields and vectors are not yet checked.

+
-f[no-]address-sanitizer: