This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 127a3bf61 lldb-test ir-memory-map: Use IntervalMap::contains new e0da12471 Delete lldb_utility::Range new fd5c664e6 Fix "default argument for lambda parameter" (-Wpedantic) warning
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Target/MemoryRegionInfo.h | 1 - include/lldb/Utility/Range.h | 60 ----------------- .../Plugins/Process/minidump/ProcessMinidump.cpp | 4 +- source/Utility/CMakeLists.txt | 1 - source/Utility/Range.cpp | 76 ---------------------- 5 files changed, 2 insertions(+), 140 deletions(-) delete mode 100644 include/lldb/Utility/Range.h delete mode 100644 source/Utility/Range.cpp