teemperor created this revision.
teemperor added a reviewer: vsk.
Herald added a subscriber: mgorny.
We can optimize and refactor some of the classes in RangeMap.h, but first
we should have some tests for all the data structures in there. This adds a
first
batch of tests for the Range class itsel
teemperor added a comment.
(Also we maybe might want to merge the functionalities of Range and VMRange in
the future).
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50620
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.
teemperor updated this revision to Diff 160286.
teemperor added a comment.
- Fixed typo in CMakeLists
https://reviews.llvm.org/D50620
Files:
unittests/Core/CMakeLists.txt
unittests/Core/RangeTest.cpp
Index: unittests/Core/RangeTest.cpp
==