On Wed, 2020-01-08 at 04:02 -0500, David Malcolm wrote: > Jeff semi-approved an earlier version of this here: > https://gcc.gnu.org/ml/gcc-patches/2019-12/msg00502.html > > Changed in v5: > - updated copyright years to include 2020 > > Changed in v4: > - Moved from gcc/analyzer to gcc, renaming selftests accordingly > - Remove //// comments > - Replace auto_client_timevar with TV_ANALYZER_SHORTEST_PATHS > > This patch adds template classes for directed graphs, their nodes > and edges, and for finding the shortest path through such a graph. > > gcc/ChangeLog: > * digraph.cc: New file. > * digraph.h: New file. > * shortest-paths.h: New file. OK. ANd thanks for making these generally available.
jeff >