Re: [PATCH 41/49] analyzer: new files: program-point.{cc|h}

2019-12-11 Thread David Malcolm
On Wed, 2019-12-11 at 12:54 -0700, Jeff Law wrote: > On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > > This patch introduces function_point and program_point, classes > > for tracking locations within the program (the latter adding > > a call_string for tracking interprocedural location).

Re: [PATCH 41/49] analyzer: new files: program-point.{cc|h}

2019-12-11 Thread Jeff Law
On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > This patch introduces function_point and program_point, classes > for tracking locations within the program (the latter adding > a call_string for tracking interprocedural location). > > gcc/ChangeLog: > * analyzer/program-point.cc: N

[PATCH 41/49] analyzer: new files: program-point.{cc|h}

2019-11-15 Thread David Malcolm
This patch introduces function_point and program_point, classes for tracking locations within the program (the latter adding a call_string for tracking interprocedural location). gcc/ChangeLog: * analyzer/program-point.cc: New file. * analyzer/program-point.h: New file. --- gcc/an