diff options
author | Denys Petrov <dpetrov@accesssoftek.com> | 2021-11-18 16:06:06 +0200 |
---|---|---|
committer | Denys Petrov <dpetrov@accesssoftek.com> | 2021-12-10 18:48:02 +0200 |
commit | 6a399bf4b3aa32a87fb04dd1deb05f0066810a05 (patch) | |
tree | 5a576beb00b164116a9253abca06ec8ec34e5149 /llvm/lib/Support/CommandLine.cpp | |
parent | a93b1792f1c8f7e2e7c931993110dc48f7ddba01 (diff) | |
download | llvm-6a399bf4b3aa32a87fb04dd1deb05f0066810a05.zip llvm-6a399bf4b3aa32a87fb04dd1deb05f0066810a05.tar.gz llvm-6a399bf4b3aa32a87fb04dd1deb05f0066810a05.tar.bz2 |
[analyzer] Implemented RangeSet::Factory::unite function to handle intersections and adjacency
Summary: Handle intersected and adjacent ranges uniting them into a single one.
Example:
intersection [0, 10] U [5, 20] = [0, 20]
adjacency [0, 10] U [11, 20] = [0, 20]
Differential Revision: https://reviews.llvm.org/D99797
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions