[PATCH] D64110: [analyzer] exploded-graph-rewriter: Implement bug nodes and sink nodes.
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 2 16:15:30 PDT 2019
Charusso accepted this revision.
Charusso added a comment.
This revision is now accepted and ready to land.
I have removed that `is_sink` business because we have an actual graph, not just a huge painting, so you could mark whether it is sink by it has zero successors. I like the idea about refactoring that crazy code, thanks!
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64110/new/
https://reviews.llvm.org/D64110
More information about the cfe-commits
mailing list