[all-commits] [llvm/llvm-project] 01fb14: [lldb] Remove SBCommandReturnObject::ref
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Jun 1 08:57:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01fb14e17763269779f2c03b772db960540f47ed
https://github.com/llvm/llvm-project/commit/01fb14e17763269779f2c03b772db960540f47ed
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M lldb/include/lldb/API/SBCommandReturnObject.h
Log Message:
-----------
[lldb] Remove SBCommandReturnObject::ref
This function was added in D67589 and returns an internal CommandReturnObject
which isn't allowed in the SB API. This patch just makes it private as all uses
of this function are inside SBCommandReturnObject.
Reviewed By: jankratochvil
Differential Revision: https://reviews.llvm.org/D103390
More information about the All-commits
mailing list