[PATCH] D58121: [analyzer][WIP] Attempt to fix traversing bindings of non-base regions in ClusterAnalysis

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 6 17:44:59 PST 2019


NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: Charusso.

Ugh, it takes forever to debug, because it gets reduced to a true positive now, and the original unprunned report is ~1300 pieces long (the normal report being completely worthless) and the exploded graph is too slow to view. While i find myself parsing dot files with regular expressions, i'll be totally happy if you simply add the test and commit, but i'll definitely keep trying to understand what's going on, because it's still a problem down there.


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

https://reviews.llvm.org/D58121





More information about the cfe-commits mailing list