[all-commits] [llvm/llvm-project] bab129: [ADT] Add IntervalTree - light tree data structure...

Carlos Alberto Enciso via All-commits all-commits at lists.llvm.org
Tue Sep 27 04:52:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bab129f2d30391596d130c1582f252a6a726f7be
      https://github.com/llvm/llvm-project/commit/bab129f2d30391596d130c1582f252a6a726f7be
  Author: Carlos Alberto Enciso <carlos.alberto.enciso at gmail.com>
  Date:   2022-09-27 (Tue, 27 Sep 2022)

  Changed paths:
    M llvm/unittests/ADT/IntervalTreeTest.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list