summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Utility/RangeMapTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* RangeDataVector: Support custom sorting for D63540Jan Kratochvil2020-01-101-0/+42
| | | | | | | | | | | 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
* Move RangeMap.h into UtilityPavel Labath2019-03-061-0/+54
Summary: This file implements some general purpose data structures, and so it belongs to the Utility module. Reviewers: zturner, jingham, JDevlieghere, clayborg, espindola Subscribers: emaste, mgorny, javed.absar, arichardson, MaskRay, lldb-commits Differential Revision: https://reviews.llvm.org/D58970 llvm-svn: 355509
OpenPOWER on IntegriCloud