mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 07:10:28 +08:00
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.
This commit is contained in:
parent
c46d057f55
commit
5e17c1bdad
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user