mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 18:41:59 +08:00
extend.texi (Common Function Attributes): Clarify no_sanitize.
* doc/extend.texi (Common Function Attributes): Clarify no_sanitize. Fix grammar. From-SVN: r272330
This commit is contained in:
parent
8ee09896ce
commit
217a703014
gcc
@ -1,3 +1,8 @@
|
||||
2019-06-15 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* doc/extend.texi (Common Function Attributes): Clarify
|
||||
no_sanitize. Fix grammar.
|
||||
|
||||
2019-06-15 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* tree-ssa-alias.c (alias_stats): Add
|
||||
|
@ -3215,9 +3215,9 @@ marked symbols.
|
||||
@item no_sanitize ("@var{sanitize_option}")
|
||||
@cindex @code{no_sanitize} function attribute
|
||||
The @code{no_sanitize} attribute on functions is used
|
||||
to inform the compiler that it should not do sanitization of all options
|
||||
to inform the compiler that it should not do sanitization of any option
|
||||
mentioned in @var{sanitize_option}. A list of values acceptable by
|
||||
@option{-fsanitize} option can be provided.
|
||||
the @option{-fsanitize} option can be provided.
|
||||
|
||||
@smallexample
|
||||
void __attribute__ ((no_sanitize ("alignment", "object-size")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user