From: David Malcolm Date: Mon, 10 Feb 2020 21:00:42 +0000 (-0500) Subject: analyzer.opt: reword descriptions of two dump options (PR 93657) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e17c1bdadbbd5606d869b1178ed3e653f931cda;p=gcc.git analyzer.opt: reword descriptions of two dump options (PR 93657) gcc/analyzer/ChangeLog: PR analyzer/93657 * analyzer.opt (fdump-analyzer): Reword description. (fdump-analyzer-stderr): Likewise. --- diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog index 57fee4c5bfe..df04b028b9b 100644 --- a/gcc/analyzer/ChangeLog +++ b/gcc/analyzer/ChangeLog @@ -1,3 +1,9 @@ +2020-02-11 David Malcolm + + PR analyzer/93657 + * analyzer.opt (fdump-analyzer): Reword description. + (fdump-analyzer-stderr): Likewise. + 2020-02-11 David Malcolm * region-model.cc (print_quoted_type): New function. diff --git a/gcc/analyzer/analyzer.opt b/gcc/analyzer/analyzer.opt index 7d40c88ed1a..89e483083a0 100644 --- a/gcc/analyzer/analyzer.opt +++ b/gcc/analyzer/analyzer.opt @@ -144,11 +144,11 @@ Control which events are displayed in diagnostic paths. fdump-analyzer Common RejectNegative Var(flag_dump_analyzer) -Dump internal details about what the analyzer is doing to SRCFILE.analyzer.txt. +Dump various analyzer internals to SRCFILE.analyzer.txt. fdump-analyzer-stderr Common RejectNegative Var(flag_dump_analyzer_stderr) -Dump internal details about what the analyzer is doing to stderr. +Dump various analyzer internals to stderr. fdump-analyzer-callgraph Common RejectNegative Var(flag_dump_analyzer_callgraph)