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.
Details
Details
- Reviewers
jankratochvil - Commits
- rG01fb14e17763: [lldb] Remove SBCommandReturnObject::ref
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
IIUC this was originally public but then we made the other users friends (but the public remained). But still putting this up for review in case I missed something
Comment Actions
I agree it should not be permitted to return the internal object from SB API. And if it still compiles after moving to private: then why not.