Re: [PATCH 21/49] analyzer: command-line options

2019-12-06 Thread Eric Gallager
On 12/4/19, Martin Sebor wrote: > On 11/15/19 6:23 PM, David Malcolm wrote: >> This patch contains the command-line options for the analyzer. >> > > Some of the -Wanalyzer- options sounds like they control similar > warnings as existing options (e.g., -Wanalyzer-null-argument sounds > like -Wnonnu

Re: [PATCH 21/49] analyzer: command-line options

2019-12-04 Thread Martin Sebor
On 11/15/19 6:23 PM, David Malcolm wrote: This patch contains the command-line options for the analyzer. Some of the -Wanalyzer- options sounds like they control similar warnings as existing options (e.g., -Wanalyzer-null-argument sounds like -Wnonnull and -Wanalyzer-null-dereference like -Wnu

[PATCH 21/49] analyzer: command-line options

2019-11-15 Thread David Malcolm
This patch contains the command-line options for the analyzer. gcc/ChangeLog: * analyzer/plugin.opt: New file. * common.opt (--analyzer): New driver option. --- gcc/analyzer/plugin.opt | 161 gcc/common.opt | 3 + 2 files