[all-commits] [llvm/llvm-project] 1bd69a: [lldb][NFCI] Apply LLDB_DEPRECATED to things that ...
Alex via All-commits
all-commits at lists.llvm.org
Tue Jun 27 10:48:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bd69ae0c5a7e704979f6efa1c7d7c39d4e2d5c9
https://github.com/llvm/llvm-project/commit/1bd69ae0c5a7e704979f6efa1c7d7c39d4e2d5c9
Author: Alex Langford <alangford at apple.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M lldb/include/lldb/API/SBCommandReturnObject.h
M lldb/include/lldb/API/SBDebugger.h
M lldb/include/lldb/API/SBFileSpec.h
M lldb/include/lldb/API/SBProcess.h
M lldb/include/lldb/API/SBValue.h
Log Message:
-----------
[lldb][NFCI] Apply LLDB_DEPRECATED to things that have deprecated comments
Now that we have a proper way to deprecate things in the SB API, we
should apply it where we have manually done so with comments.
Differential Revision: https://reviews.llvm.org/D153824
More information about the All-commits
mailing list