Re: [PATCH 39/49] analyzer: new files: analysis-plan.{cc|h}

2019-12-07 Thread Jeff Law
On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > This patch adds an analysis_plan class, which encapsulate decisions > about > how the analysis should happen (e.g. the order in which functions > should > be traversed). > > gcc/ChangeLog: > * analyzer/analysis-plan.cc: New file. >

[PATCH 39/49] analyzer: new files: analysis-plan.{cc|h}

2019-11-15 Thread David Malcolm
This patch adds an analysis_plan class, which encapsulate decisions about how the analysis should happen (e.g. the order in which functions should be traversed). gcc/ChangeLog: * analyzer/analysis-plan.cc: New file. * analyzer/analysis-plan.h: New file. --- gcc/analyzer/analysis-p