From: David Malcolm Date: Tue, 6 Dec 2022 18:26:56 +0000 (-0500) Subject: analyzer: update internal docs X-Git-Tag: upstream/13.1.0~2726 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14b0d6c4bd973cb564ee56f759b0948693fe8434;p=platform%2Fupstream%2Fgcc.git analyzer: update internal docs 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 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