projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
861c917
)
analyzer: update internal docs
author
David Malcolm
<dmalcolm@redhat.com>
Tue, 6 Dec 2022 18:26:56 +0000
(13:26 -0500)
committer
David Malcolm
<dmalcolm@redhat.com>
Tue, 6 Dec 2022 18:26:56 +0000
(13:26 -0500)
gcc/ChangeLog:
* doc/analyzer.texi: Drop out-of-date ideas for other checkers.
Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/doc/analyzer.texi
patch
|
blob
|
history
diff --git
a/gcc/doc/analyzer.texi
b/gcc/doc/analyzer.texi
index d61b55cec5aa027bf2a94bc750f3bd19dc3d0588..52f89b9d664728d37470f54bcc3521a1dcf24015 100644
(file)
--- 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