Re: [PATCH 24/49] analyzer: new file: analyzer-pass.cc

2019-12-08 Thread David Malcolm
On Sat, 2019-12-07 at 07:51 -0700, Jeff Law wrote: > On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > > This patch adds the IPA pass boilerplate for the analyzer. > > > > gcc/ChangeLog: > > * analyzer/analyzer-pass.cc: New file. > Nothing I see controversial here. But obviously will

Re: [PATCH 24/49] analyzer: new file: analyzer-pass.cc

2019-12-07 Thread Jeff Law
On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > This patch adds the IPA pass boilerplate for the analyzer. > > gcc/ChangeLog: > * analyzer/analyzer-pass.cc: New file. Nothing I see controversial here. But obviously will need some adjustment if we're moving away from using the plug

[PATCH 24/49] analyzer: new file: analyzer-pass.cc

2019-11-15 Thread David Malcolm
This patch adds the IPA pass boilerplate for the analyzer. gcc/ChangeLog: * analyzer/analyzer-pass.cc: New file. --- gcc/analyzer/analyzer-pass.cc | 103 ++ 1 file changed, 103 insertions(+) create mode 100644 gcc/analyzer/analyzer-pass.cc diff --