[PATCH] D64047: [analyzer] exploded-graph-rewriter: Add support for objects under construction.
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 1 18:13:21 PDT 2019
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
More information about the cfe-commits
mailing list