[PATCH] D47155: [analyzer] Reduce simplifySVal complexity threshold further.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 25 16:11:26 PDT 2018


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

Add an explicit brute-force protection against re-entering `simplifySVal()`. Remove the threshold completely.


https://reviews.llvm.org/D47155

Files:
  include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  test/Analysis/hangs.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47155.148684.patch
Type: text/x-patch
Size: 4180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180525/109519b4/attachment.bin>


More information about the cfe-commits mailing list