Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RangeDataVector: Support custom sorting for D63540 | Jan Kratochvil | 2020-01-10 | 1 | -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 Utility | Pavel Labath | 2019-03-06 | 1 | -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 |