Files
clang-p2996/lldb/source/Utility/Broadcaster.cpp
Pavel Labath b22ea2dc1e [lldb] Use SmallVector::erase correctly
erase() invalidates the iterator, we must use the returned iterator to
continue iterating.

This does not actually make a difference with the current implementation
of SmallVector (erase will effectively return the same pointer), but it
avoids future confusion.
2024-06-28 10:40:13 +02:00

18 KiB