[Lldb-commits] [PATCH] D50620: Added test for Core/Range class.

2018-08-12 Thread Raphael Isemann via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D50620: Added test for Core/Range class.

2018-08-12 Thread Raphael Isemann via Phabricator via lldb-commits
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.

[Lldb-commits] [PATCH] D50620: Added test for Core/Range class.

2018-08-12 Thread Raphael Isemann via Phabricator via lldb-commits
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 ==