From: David Malcolm Date: Wed, 29 Mar 2023 18:16:48 +0000 (-0400) Subject: analyzer: update internal docs X-Git-Tag: releases/gcc-12.3.0~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d49b47112fed83e9dd04773bab378b22bf015172;p=thirdparty%2Fgcc.git analyzer: update internal docs Cherrypicked from r13-4518-g14b0d6c4bd973c. gcc/ChangeLog: * doc/analyzer.texi: Drop out-of-date ideas for other checkers. Signed-off-by: David Malcolm --- diff --git a/gcc/doc/analyzer.texi b/gcc/doc/analyzer.texi index 06eb98fe4d30..643c3306133a 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