[PATCH] D130372: [analyzer] Add a new factory function RangeSet::Factory::invert

Denys Petrov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 27 14:29:12 PDT 2022


ASDenysPetrov updated this revision to Diff 448161.
ASDenysPetrov added a comment.

Make changes according to the remarks.

- Add complexity to function description.
- Rewrite the loop making it deterministic.
- Add back invert operation to the tests.


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

https://reviews.llvm.org/D130372

Files:
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
  clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  clang/unittests/StaticAnalyzer/RangeSetTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130372.448161.patch
Type: text/x-patch
Size: 6650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220727/7b1f972a/attachment.bin>


More information about the cfe-commits mailing list