[PATCH] D99797: [analyzer] Implemented RangeSet::Factory::unite function to handle intersections and adjacency
Denys Petrov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 7 03:03:02 PDT 2021
ASDenysPetrov updated this revision to Diff 335768.
ASDenysPetrov retitled this revision from "[analyzer] Handle intersections and adjacency in RangeSet::Factory::add function" to "[analyzer] Implemented RangeSet::Factory::unite function to handle intersections and adjacency".
ASDenysPetrov added a comment.
Updated. Implemented four separate functions `RangeSet::Factory::unite`. Each function has the most optimized approach to handle intersections for the particular case.
@vsavchenko You are welcome to evaluate this changes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99797/new/
https://reviews.llvm.org/D99797
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: D99797.335768.patch
Type: text/x-patch
Size: 18486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210407/8febc481/attachment-0001.bin>
More information about the cfe-commits
mailing list