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

Unnar Freyr Erlendsson via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 26 07:35:44 PST 2020


unnar marked 2 inline comments as done.
unnar added a comment.

No, I can't. If you could submit this for me it would be great.



================
Comment at: lldb/unittests/Utility/RangeMapTest.cpp:23
+std::vector<uint32_t> FindEntryIndexes(uint32_t address,
+                                             RangeDataVectorT map) {
+  std::vector<uint32_t> result;
----------------
labath wrote:
> This doesn't look right. Could you run clang-format over this?
I'm not sure what happened there while splitting up the patch but it's fixed. (I will also set up a pre-commit hook for clang-format so that it should stop this from happening going forward)


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

https://reviews.llvm.org/D75180





More information about the lldb-commits mailing list