[Lldb-commits] [PATCH] D58970: Move RangeMap.h into Utility

2019-03-06 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL355509: Move RangeMap.h into Utility (authored by labath, committed by ). Herald added subscribers: llvm-commits, jdoerfert. Herald added a project: LLVM. Changed prior to commit:

[Lldb-commits] [PATCH] D58970: Move RangeMap.h into Utility

2019-03-05 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. This looks like a no-brainer. LGTM. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58970/new/ https://reviews.llvm.org/D58970

[Lldb-commits] [PATCH] D58970: Move RangeMap.h into Utility

2019-03-05 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: zturner, jingham, JDevlieghere, clayborg. Herald added subscribers: MaskRay, arichardson, javed.absar, mgorny, emaste. Herald added a reviewer: espindola. This file implements some general purpose data structures, and so it belongs to the