[PATCH] D55760: [ADT] IntervalMap: add contains(a, b) method

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 17 04:35:49 PST 2018


labath added a comment.

See D55761 <https://reviews.llvm.org/D55761> for an example of usage. The reason I am sinking this functionality here is because I am about to add a second piece of code with similar logic (and it also seems like a logical extension of the current API).


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55760





More information about the llvm-commits mailing list