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
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
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 --