]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/extend.texi (Common Function Attributes): Clarify
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Jun 2019 21:07:27 +0000 (21:07 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Jun 2019 21:07:27 +0000 (21:07 +0000)
no_sanitize.  Fix grammar.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272330 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/extend.texi

index e3799aec817e77eacb5909bc3f2afeef62d9e0fd..36260ed30e34770851e1d3807dffdc0df2430889 100644 (file)
@@ -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
index 7ea0d0413ec1046869b85a7fe8917d195d56c37d..f2619e12f93e769843da25a8c7633dc61eb5dcc0 100644 (file)
@@ -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")))