aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/analyzer.opt
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2020-02-10 16:00:42 -0500
committerDavid Malcolm <dmalcolm@redhat.com>2020-02-11 13:30:42 -0500
commit5e17c1bdadbbd5606d869b1178ed3e653f931cda (patch)
tree258816e70919e8005c2790786a0e7211c7d99737 /gcc/analyzer/analyzer.opt
parentc46d057f55748520e819dcd8e04bca71be9902b2 (diff)
downloadgcc-5e17c1bdadbbd5606d869b1178ed3e653f931cda.zip
gcc-5e17c1bdadbbd5606d869b1178ed3e653f931cda.tar.gz
gcc-5e17c1bdadbbd5606d869b1178ed3e653f931cda.tar.bz2
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.
Diffstat (limited to 'gcc/analyzer/analyzer.opt')
-rw-r--r--gcc/analyzer/analyzer.opt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/analyzer/analyzer.opt b/gcc/analyzer/analyzer.opt
index 7d40c88..89e4830 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)