This is an archive of the discontinued LLVM Phabricator instance.

RangeDataVector: Support custom sorting for D63540
ClosedPublic

Authored by jankratochvil on Jan 9 2020, 8:42 AM.

Details

Summary

As suggested by @labath extended RangeDataVector so that user can provide custom sorting of the Entry's `data' field.

Diff Detail

Event Timeline

jankratochvil created this revision.Jan 9 2020, 8:42 AM
jankratochvil marked an inline comment as done.
jankratochvil added inline comments.
lldb/include/lldb/Utility/RangeMap.h
602

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

labath accepted this revision.Jan 10 2020, 1:25 AM

Looks good. Thanks.

This revision is now accepted and ready to land.Jan 10 2020, 1:25 AM
This revision was automatically updated to reflect the committed changes.