analyzer.opt: rewrite description of -fdump-analyzer-callgraph [PR 93692]
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 18 Feb 2020 11:06:31 +0000 (06:06 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 18 Feb 2020 13:22:30 +0000 (08:22 -0500)
gcc/analyzer/ChangeLog:
PR analyzer/93692
* analyzer.opt (fdump-analyzer-callgraph): Rewrite description.

gcc/analyzer/ChangeLog
gcc/analyzer/analyzer.opt

index f4c6200..d7db6ab 100644 (file)
@@ -1,5 +1,10 @@
 2020-02-18  David Malcolm  <dmalcolm@redhat.com>
 
+       PR analyzer/93692
+       * analyzer.opt (fdump-analyzer-callgraph): Rewrite description.
+
+2020-02-18  David Malcolm  <dmalcolm@redhat.com>
+
        PR analyzer/93777
        * region-model.cc (region_model::maybe_cast_1): Replace assertion
        that build_cast returns non-NULL with a conditional, falling
index 89e4830..4d122f3 100644 (file)
@@ -152,7 +152,7 @@ Dump various analyzer internals to stderr.
 
 fdump-analyzer-callgraph
 Common RejectNegative Var(flag_dump_analyzer_callgraph)
-Dump the analyzer supergraph to a SRCFILE.callgraph.dot file.
+Dump analyzer-specific call graph information to a SRCFILE.callgraph.dot file.
 
 fdump-analyzer-exploded-graph
 Common RejectNegative Var(flag_dump_analyzer_exploded_graph)