[Lldb-commits] [PATCH] D75180: Add unit tests for RangeDataVector::FindEntryIndexesThatContain

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 26 07:35:41 PST 2020


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Thanks for doing this. Are you able to commit this yourself ?



================
Comment at: lldb/unittests/Utility/RangeMapTest.cpp:23
+std::vector<uint32_t> FindEntryIndexes(uint32_t address,
+                                             RangeDataVectorT map) {
+  std::vector<uint32_t> result;
----------------
This doesn't look right. Could you run clang-format over this?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75180/new/

https://reviews.llvm.org/D75180





More information about the lldb-commits mailing list