[PATCH] D77802: [analyzer] Improved RangeSet::Negate support of unsigned ranges
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 14 06:55:07 PDT 2020
baloghadamsoftware added a comment.
Thank you for fixing this issue!
Please add a bit more tests where we can see that the negated of unsigned range of `[n..m]` is `UINT_MAX-m+1..UINT_MAX-n+1]`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77802/new/
https://reviews.llvm.org/D77802
More information about the cfe-commits
mailing list