[PATCH] D110913: [analyzer][solver] Handle simplification to ConcreteInt

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 13 09:22:44 PDT 2021


martong updated this revision to Diff 379434.
martong marked 5 inline comments as done.
martong added a comment.

- Use getAsSymbol to initialize the simplified member symbol
- Add some more explanation to ento::simplify
- Add a comment about checking only feasiblity
- Add a new test case for the "fallthrough"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110913

Files:
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
  clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
  clang/test/Analysis/solver-sym-simplification-concreteint.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110913.379434.patch
Type: text/x-patch
Size: 5243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211013/8a5c6010/attachment.bin>


More information about the cfe-commits mailing list