[Lldb-commits] [PATCH] D56170: RangeMap.h: merge RangeDataArray and RangeDataVector
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 2 00:24:44 PST 2019
davide added inline comments.
================
Comment at: unittests/Core/RangeMapTest.cpp:52-54
+ // However, this does not always succeed.
+ // TODO: This should probably return the range (0, 40) as well.
+ EXPECT_THAT(Map.FindEntryThatContains(35), nullptr);
----------------
I think this is a bug in the implementation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56170/new/
https://reviews.llvm.org/D56170
More information about the lldb-commits
mailing list