Re: [PATCH 40/49] analyzer: new files: call-string.{cc|h}

2019-12-11 Thread Jeff Law
On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > This patch adds call_string, a class for representing the > call stacks at a program_point, so that we can ensure that > paths through the code are interprocedurally valid. > > gcc/ChangeLog: > * analyzer/call-string.cc: New file. >

[PATCH 40/49] analyzer: new files: call-string.{cc|h}

2019-11-15 Thread David Malcolm
This patch adds call_string, a class for representing the call stacks at a program_point, so that we can ensure that paths through the code are interprocedurally valid. gcc/ChangeLog: * analyzer/call-string.cc: New file. * analyzer/call-string.h: New file. --- gcc/analyzer/call-st