[PATCH] D64232: [analyzer] Prune calls to functions with linear CFGs that return a non-zero constrained value

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 1 07:02:35 PDT 2019


Szelethus updated this revision to Diff 212801.
Szelethus added a comment.

Use `size() == 3` instead if `isLinear()`, add a related test case.


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

https://reviews.llvm.org/D64232

Files:
  clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  clang/test/Analysis/diagnostics/find_last_store.c
  clang/test/Analysis/track-control-dependency-conditions.cpp
  clang/test/Analysis/uninit-vals.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64232.212801.patch
Type: text/x-patch
Size: 14935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190801/b39a67a4/attachment.bin>


More information about the cfe-commits mailing list