[PATCH] D64047: [analyzer] exploded-graph-rewriter: Add support for objects under construction.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 1 18:00:32 PDT 2019


NoQ updated this revision to Diff 207448.
NoQ added a comment.

No longer crashes on seeing `CXXCtorInitializer`s. Test added.


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

https://reviews.llvm.org/D64047

Files:
  clang/test/Analysis/exploded-graph-rewriter/constraints.dot
  clang/test/Analysis/exploded-graph-rewriter/constraints_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/initializers_under_construction.cpp
  clang/test/Analysis/exploded-graph-rewriter/objects_under_construction.cpp
  clang/test/Analysis/exploded-graph-rewriter/store.dot
  clang/test/Analysis/exploded-graph-rewriter/store_diff.dot
  clang/utils/analyzer/exploded-graph-rewriter.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64047.207448.patch
Type: text/x-patch
Size: 13882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190702/1fed62a4/attachment-0001.bin>


More information about the cfe-commits mailing list