NoQ added a comment.

Sink node is not the same thing as "zero successors". A sink node is a node in 
which termination was explictly requested as part of modeling, which is usually 
nice to know. A non-sink node may have no successors because it ran out of 
statements to execute (i.e., the analysis finishes successfully).

P.S. I don't have many more plans on implementing more prints in the 
exploded-graph-rewriter. I have plans to implement different Explorers (which 
would only visit a part of the graph). You should now be unblocked to take a 
look at the SVG stuff that you had (but pls keep it at a lower priority than 
the immediate GSoC stuff).


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64110/new/

https://reviews.llvm.org/D64110



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to