On Wed, 2020-01-08 at 04:02 -0500, David Malcolm wrote: > Jeff approved the v1 version of the patch here: > https://gcc.gnu.org/ml/gcc-patches/2019-12/msg00806.html > and the followups count as obvious in my opinion. > > Changed in v5: > - update ChangeLog path > - updated copyright years to include 2020 > > Changed in v4: > - Remove include of gcc-plugin.h, reworking includes accordingly. > - Wrap everything in #if ENABLE_ANALYZER > - Add call_string::validate, part of: > https://gcc.gnu.org/ml/gcc-patches/2019-11/msg02517.html > > 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/analyzer/ChangeLog: > * call-string.cc: New file. > * call-string.h: New file. This is still OK :-)
jeff >