This revision was automatically updated to reflect the committed changes.
Closed by commit rG2f2f41e12c52: RangeDataVector: Support custom sorting for
D63540 (authored by jankratochvil).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72460/new/
https
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Looks good. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72460/new/
https://reviews.llvm.org/D72460
jankratochvil marked an inline comment as done.
jankratochvil added inline comments.
Comment at: lldb/include/lldb/Utility/RangeMap.h:602
RangeData(B base, S size, DataType d) : Range(base, size), data(d) {}
-
- bool operator<(const RangeData &rhs) const {
-if (this->base
jankratochvil created this revision.
jankratochvil added a reviewer: labath.
jankratochvil added a project: LLDB.
jankratochvil marked an inline comment as done.
jankratochvil added inline comments.
jankratochvil added a child revision: D63540: Fix lookup of symbols with the
same address range but