Charusso accepted this revision. Charusso marked an inline comment as done. Charusso added a comment.
Thanks for testing it! ================ Comment at: clang/utils/analyzer/exploded-graph-rewriter.py:76 + self.stmt_id = json_ek['stmt_id'] if 'stmt_id' in json_ek \ + else json_ek['init_id'] self.pretty = json_ek['pretty'] ---------------- Oh yeah, I forgot it as eventually we will bump into situations when `Error()` occurs. When I tested that script for myself I have seen two or three. Ofc it is ongoing to patch it, just I have not allocated time yet for creating an `SVGParser` to call `DOTParser`. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D64047/new/ https://reviews.llvm.org/D64047 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits