Re: [PATCH 18/41] analyzer: new files: supergraph.{cc|h}

2020-01-10 Thread Jeff Law
On Fri, 2020-01-10 at 12:40 -0500, David Malcolm wrote: > > > On Fri, 2020-01-10 at 10:24 -0700, Jeff Law wrote: > > I don't see any EH handling mechansisms. I realize we haven't > > focused > > on C++ and thus EH hasn't been the top of our minds, but are we going > > to have to handle that at s

Re: [PATCH 18/41] analyzer: new files: supergraph.{cc|h}

2020-01-10 Thread David Malcolm
On Fri, 2020-01-10 at 10:24 -0700, Jeff Law wrote: > On Wed, 2020-01-08 at 04:02 -0500, David Malcolm wrote: > > Needs review. > > > > Changed in v5: > > - update ChangeLog path > > - updated copyright years to include 2020 > > > > Changed in v4: > > - Rework includes to avoid gcc-plugin.h > > -

Re: [PATCH 18/41] analyzer: new files: supergraph.{cc|h}

2020-01-10 Thread Jeff Law
On Wed, 2020-01-08 at 04:02 -0500, David Malcolm wrote: > Needs review. > > Changed in v5: > - update ChangeLog path > - updated copyright years to include 2020 > > Changed in v4: > - Rework includes to avoid gcc-plugin.h > - Wrap everything with #if ENABLE_ANALYZER > - Replace auto_client_timeva

[PATCH 18/41] analyzer: new files: supergraph.{cc|h}

2020-01-08 Thread David Malcolm
Needs review. Changed in v5: - update ChangeLog path - updated copyright years to include 2020 Changed in v4: - Rework includes to avoid gcc-plugin.h - Wrap everything with #if ENABLE_ANALYZER - Replace auto_client_timevar with TV_ANALYZER_SUPERGRAPH - Fix .dot output https://gcc.gnu.org/ml/gcc