[PATCH] D104917: [Analyzer] Extend exploded-graph-rewriter to support eq and diseq classes

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 6 09:12:46 PDT 2021


martong updated this revision to Diff 356751.
martong added a comment.
Herald added a reviewer: Szelethus.

- Rebase on top of the newest version of the dependent patch
- Draw borders for the table of the disequality info
- Add tests


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104917/new/

https://reviews.llvm.org/D104917

Files:
  clang/test/Analysis/exploded-graph-rewriter/checker_messages.dot
  clang/test/Analysis/exploded-graph-rewriter/checker_messages_diff.dot
  clang/test/Analysis/exploded-graph-rewriter/constraints.dot
  clang/test/Analysis/exploded-graph-rewriter/constraints_diff.dot
  clang/test/Analysis/exploded-graph-rewriter/disequality_info.dot
  clang/test/Analysis/exploded-graph-rewriter/disequality_info_diff.dot
  clang/test/Analysis/exploded-graph-rewriter/environment.dot
  clang/test/Analysis/exploded-graph-rewriter/environment_diff.dot
  clang/test/Analysis/exploded-graph-rewriter/equivalence_classes.dot
  clang/test/Analysis/exploded-graph-rewriter/equivalence_classes_diff.dot
  clang/test/Analysis/exploded-graph-rewriter/store.dot
  clang/test/Analysis/exploded-graph-rewriter/store_diff.dot
  clang/test/Analysis/exploded-graph-rewriter/topology.dot
  clang/utils/analyzer/exploded-graph-rewriter.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104917.356751.patch
Type: text/x-patch
Size: 22760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210706/dcb99d08/attachment-0001.bin>


More information about the cfe-commits mailing list