[PATCH] D125892: [analyzer] Implement assumeInclusiveRange in terms of assumeInclusiveRangeDual

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 19 02:24:59 PDT 2022


martong updated this revision to Diff 430611.
martong added a comment.

- Split into two patches, this first patch will be just the no-brainer copy-paste from assumeDual implementaton.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125892

Files:
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h
  clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp
  clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125892.430611.patch
Type: text/x-patch
Size: 7781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220519/344031bc/attachment.bin>


More information about the cfe-commits mailing list