diff options
author | David Malcolm <dmalcolm@redhat.com> | 2023-12-01 08:47:41 -0500 |
---|---|---|
committer | David Malcolm <dmalcolm@redhat.com> | 2023-12-01 08:47:41 -0500 |
commit | 83b210d55b28461e7604068c5df95a24b21e7081 (patch) | |
tree | 59c2631ad66dd819dba05ef22570676198a4539d | |
parent | a23415d7572774701d7ec04664390260ab9a3f63 (diff) | |
download | gcc-83b210d55b28461e7604068c5df95a24b21e7081.zip gcc-83b210d55b28461e7604068c5df95a24b21e7081.tar.gz gcc-83b210d55b28461e7604068c5df95a24b21e7081.tar.bz2 |
docs: remove stray reference to -fanalyzer-checker=taint [PR103533]
I missed this one in r14-5464-gcfaaa8b11b8429.
gcc/ChangeLog:
PR analyzer/103533
* doc/extend.texi: Remove stray reference to
-fanalyzer-checker=taint.
Signed-off-by: David Malcolm <dmalcolm@redhat.com>
-rw-r--r-- | gcc/doc/extend.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index e6de081..841dbb4 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -4204,9 +4204,8 @@ pointers. In the latter case, any function used as an initializer of such a callback field will be treated as being called with tainted arguments. -The analyzer will pay particular attention to such functions when both -@option{-fanalyzer} and @option{-fanalyzer-checker=taint} are supplied, -potentially issuing warnings guarded by +The analyzer will pay particular attention to such functions when +@option{-fanalyzer} is supplied, potentially issuing warnings guarded by @option{-Wanalyzer-tainted-allocation-size}, @option{-Wanalyzer-tainted-array-index}, @option{-Wanalyzer-tainted-divisor}, |