[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:45:25 PST 2020


labath added inline comments.


================
Comment at: lldb/unittests/Utility/RangeMapTest.cpp:23
+std::vector<uint32_t> FindEntryIndexes(uint32_t address,
+                                             RangeDataVectorT map) {
+  std::vector<uint32_t> result;
----------------
unnar wrote:
> 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)
That's ok. Don't worry about it.


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

https://reviews.llvm.org/D75180





More information about the lldb-commits mailing list