Files
clang-p2996/lldb/include/lldb/Host/common
dlav-sc 49453bf18e [lldb][NFC] remove AdaptedConstIterator and AdaptedIterable (#127507)
AdaptedConstIterator currently doesn't have iterator traits, so I can't
use STL algorithms with containers like WatchpointList.

This patch replaces AdaptedConstIterator and AdaptedIterable with
llvm::iterator_adaped_base and llvm::iterator_range respectively.
2025-02-18 21:06:48 +03:00
..