aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/analyzer.texi
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2022-12-06 13:26:56 -0500
committerDavid Malcolm <dmalcolm@redhat.com>2022-12-06 13:26:56 -0500
commit14b0d6c4bd973cb564ee56f759b0948693fe8434 (patch)
treeb091bd3e8a2839b748752c2894f7fa38ce99382c /gcc/doc/analyzer.texi
parent861c917a972dc90beff7fa5c23a013261894e6a4 (diff)
downloadgcc-14b0d6c4bd973cb564ee56f759b0948693fe8434.zip
gcc-14b0d6c4bd973cb564ee56f759b0948693fe8434.tar.gz
gcc-14b0d6c4bd973cb564ee56f759b0948693fe8434.tar.bz2
analyzer: update internal docs
gcc/ChangeLog: * doc/analyzer.texi: Drop out-of-date ideas for other checkers. Signed-off-by: David Malcolm <dmalcolm@redhat.com>
Diffstat (limited to 'gcc/doc/analyzer.texi')
-rw-r--r--gcc/doc/analyzer.texi10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/doc/analyzer.texi b/gcc/doc/analyzer.texi
index d61b55c..52f89b9 100644
--- a/gcc/doc/analyzer.texi
+++ b/gcc/doc/analyzer.texi
@@ -432,16 +432,6 @@ For example, SSA names are printed to the user in ``raw'' form, rather
than printing the underlying variable name.
@end itemize
-Some ideas for other checkers
-@itemize @bullet
-@item
-File-descriptor-based APIs
-@item
-Linux kernel internal APIs
-@item
-Signal handling
-@end itemize
-
@node Debugging the Analyzer
@section Debugging the Analyzer
@cindex analyzer, debugging