[PATCH] D62761: [analyzer] exploded-graph-rewriter: Implement a --diff mode.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 14:02:38 PDT 2019
NoQ marked an inline comment as done.
NoQ added inline comments.
================
Comment at: clang/utils/analyzer/exploded-graph-rewriter.py:287
.replace('\\}', '}') \
+ .replace('\\\\', '\\') \
.replace('\\<', '\\\\<') \
----------------
Charusso wrote:
> Ugh, wait with that a little-bit. I have forgot to create a patch! We have to escape the escapes.
> E.g. `"\x42"` -> `"\\x42"`.
Yay!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62761/new/
https://reviews.llvm.org/D62761
More information about the cfe-commits
mailing list