Files
clang-p2996/llvm/unittests/ADT/IntervalTreeTest.cpp
Carlos Alberto Enciso bab129f2d3 [ADT] Add IntervalTree - light tree data structure to hold intervals.
Fix build failure in:

  https://lab.llvm.org/buildbot/#/builders/36/builds/25424
  error: comparison of integers of different signs:
  'const unsigned long' and 'const int' [-Werror,-Wsign-compare]

  Reviewed By: Orlando

  Differential Revision: https://reviews.llvm.org/D125776
2022-09-27 12:48:44 +01:00

57 KiB