Commit 0b2b45a6 by David Malcolm

analyzer.opt: rewrite description of -fdump-analyzer-callgraph [PR 93692]

gcc/analyzer/ChangeLog:
	PR analyzer/93692
	* analyzer.opt (fdump-analyzer-callgraph): Rewrite description.
parent 4f40164a
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment