]> granicus.if.org Git - clang/commit
[analyzer] exploded-graph-rewriter: Implement a topology-only mode.
authorArtem Dergachev <artem.dergachev@gmail.com>
Mon, 8 Jul 2019 23:54:14 +0000 (23:54 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Mon, 8 Jul 2019 23:54:14 +0000 (23:54 +0000)
commitf56bf0c9906f3c56d7f7811400305e5eaf19ecbd
tree74b1e0103a0eab533d16c7d7cd4f58673a58304e
parentc7bc10fea93b960ec0cb1f38a09217f0f87c104e
[analyzer] exploded-graph-rewriter: Implement a topology-only mode.

In this mode the rewriter will only rewrite program points
and omit program states. Useful for understanding
the rough topology of the graph.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365410 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/exploded-graph-rewriter/topology.dot [new file with mode: 0644]
utils/analyzer/exploded-graph-rewriter.py