Re: [PATCH 46/49] analyzer: new files: checker-path.{cc|h}

2019-12-11 Thread Jeff Law
On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > This patch adds a family of classes for representing paths of events > for analyzer diagnostics. > > gcc/ChangeLog: > * analyzer/checker-path.cc: New file. > * analyzer/checker-path.h: New file. > > No significant concerns her

[PATCH 46/49] analyzer: new files: checker-path.{cc|h}

2019-11-15 Thread David Malcolm
This patch adds a family of classes for representing paths of events for analyzer diagnostics. gcc/ChangeLog: * analyzer/checker-path.cc: New file. * analyzer/checker-path.h: New file. --- gcc/analyzer/checker-path.cc | 899 +++ gcc/analyzer