[all-commits] [llvm/llvm-project] 2f2f41: RangeDataVector: Support custom sorting for D63540

Jan Kratochvil via All-commits all-commits at lists.llvm.org
Fri Jan 10 06:16:50 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f2f41e12c5201b600d887d22ce5cb4afd2ff594
      https://github.com/llvm/llvm-project/commit/2f2f41e12c5201b600d887d22ce5cb4afd2ff594
  Author: Jan Kratochvil <jan.kratochvil at redhat.com>
  Date:   2020-01-10 (Fri, 10 Jan 2020)

  Changed paths:
    M lldb/include/lldb/Utility/RangeMap.h
    M lldb/unittests/Utility/RangeMapTest.cpp

  Log Message:
  -----------
  RangeDataVector: Support custom sorting for D63540

As suggested by @labath extended RangeDataVector so that user can provide
custom sorting of the Entry's `data' field for D63540.
        https://reviews.llvm.org/D63540

RangeData functions were used just by RangeDataVector (=after I removed them
LLDB still builds fine) which no longer uses them so I removed them.

Differential revision: https://reviews.llvm.org/D72460




More information about the All-commits mailing list