This adds unit tests for FindEntryIndexesThatContain, this is done in preparation for changing the logic of the function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for doing this. Are you able to commit this yourself ?
lldb/unittests/Utility/RangeMapTest.cpp | ||
---|---|---|
23 | This doesn't look right. Could you run clang-format over this? |
Comment Actions
No, I can't. If you could submit this for me it would be great.
lldb/unittests/Utility/RangeMapTest.cpp | ||
---|---|---|
23 | 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) |
lldb/unittests/Utility/RangeMapTest.cpp | ||
---|---|---|
23 | That's ok. Don't worry about it. |
This doesn't look right. Could you run clang-format over this?