[PATCH] D99797: [analyzer] Handle intersections and adjacency in RangeSet::Factory::add function

Denys Petrov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 2 10:43:39 PDT 2021


ASDenysPetrov added a comment.

@vsavchenko
OK, what do you think of ***adjacency*** feature? I mean it simplifies such ranges `[1,2][3,4][5,6]` to `[1,6]`. Is it worth for implementation?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99797



More information about the cfe-commits mailing list