[all-commits] [llvm/llvm-project] 1f7eb6: [lldb] Make SBProgress move-only (#124843)
Alex Langford via All-commits
all-commits at lists.llvm.org
Tue Jan 28 14:03:38 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f7eb6f403bc0e453b76d9274994d840561e96cf
https://github.com/llvm/llvm-project/commit/1f7eb6f403bc0e453b76d9274994d840561e96cf
Author: Alex Langford <alangford at apple.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M lldb/include/lldb/API/SBProgress.h
M lldb/source/API/SBProgress.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list