Files
clang-p2996/lldb/source/API/SBProgress.cpp
Alex Langford 1f7eb6f403 [lldb] Make SBProgress move-only (#124843)
I wanted to clarify the semantics around SBProgress. Given the nature of
Progress events, copying seems like the wrong idea. Making SBProgress
move-only (like SBStream) seems like the better choice here.
2025-01-28 14:03:17 -08:00

1.6 KiB