]> granicus.if.org Git - clang/commit
[analyzer] exploded-graph-rewriter: Initial commit.
authorArtem Dergachev <artem.dergachev@gmail.com>
Sun, 2 Jun 2019 21:40:53 +0000 (21:40 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Sun, 2 Jun 2019 21:40:53 +0000 (21:40 +0000)
commit378ed06f880ce51d66dbcf50d2c957c88f0dd340
tree0d04af5365e4cc53713352f61d7d0bb0a3db7d8d
parentc69c600bcea762d6c9aeadc49f658aa9d239d96d
[analyzer] exploded-graph-rewriter: Initial commit.

This is a utility to improve readability and generally manipulate
GraphViz dumps of the analysis graph. Such dumps are often huge and
not only hard to read, but also often hang the viewer apps with their
mere size. Such script should significantly improve debugging experience.

Differential Revision: https://reviews.llvm.org/D62638

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362340 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/exploded-graph-rewriter/edge.dot [new file with mode: 0644]
test/Analysis/exploded-graph-rewriter/empty.dot [new file with mode: 0644]
test/Analysis/exploded-graph-rewriter/environment.dot [new file with mode: 0644]
test/Analysis/exploded-graph-rewriter/lit.local.cfg [new file with mode: 0644]
test/Analysis/exploded-graph-rewriter/program_points.dot [new file with mode: 0644]
test/Analysis/exploded-graph-rewriter/store.dot [new file with mode: 0644]
utils/analyzer/exploded-graph-rewriter.py [new file with mode: 0755]