[PATCH] D64104: [analyzer] exploded-graph-rewriter: Collapse large statement pretty-prints.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 2 14:58:06 PDT 2019
NoQ added a comment.
In D64104#1567317 <https://reviews.llvm.org/D64104#1567317>, @Charusso wrote:
> I like it! What about `BlockEdge` with the long terminators? (c.f. `Edge.getSrc()->printTerminatorJson()`)
We don't process these yet >.< But it should be trivial to cover them in a similar manner once we implement them.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64104/new/
https://reviews.llvm.org/D64104
More information about the cfe-commits
mailing list