[PATCH] D62761: [analyzer] exploded-graph-rewriter: Implement a --diff mode.
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 16:17:28 PDT 2019
Charusso accepted this revision.
Charusso marked an inline comment as done.
Charusso added a comment.
Thanks for the main development! Could I start to reduce the size with my SVG-magic? What do you think about make it more SVG-based on the styling side?
================
Comment at: clang/utils/analyzer/exploded-graph-rewriter.py:375
+ def dump_binding(f, b, is_added=None):
+ self._dump('<tr><td align="center">%s</td>'
+ '<td align="left"><i>S%s</i></td>'
----------------
Good catch!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62761/new/
https://reviews.llvm.org/D62761
More information about the cfe-commits
mailing list