analyzer.opt: reword descriptions of two dump options (PR 93657)
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 10 Feb 2020 21:00:42 +0000 (16:00 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 11 Feb 2020 18:30:42 +0000 (13:30 -0500)
gcc/analyzer/ChangeLog:
PR analyzer/93657
* analyzer.opt (fdump-analyzer): Reword description.
(fdump-analyzer-stderr): Likewise.

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

index 57fee4c..df04b02 100644 (file)
@@ -1,5 +1,11 @@
 2020-02-11  David Malcolm  <dmalcolm@redhat.com>
 
+       PR analyzer/93657
+       * analyzer.opt (fdump-analyzer): Reword description.
+       (fdump-analyzer-stderr): Likewise.
+
+2020-02-11  David Malcolm  <dmalcolm@redhat.com>
+
        * region-model.cc (print_quoted_type): New function.
        (svalue::print): Use it to replace %qT.
        (region::dump_to_pp): Likewise.
index 7d40c88..89e4830 100644 (file)
@@ -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)