[Lldb-commits] [PATCH] D68083: Simplify SBCommandReturnObject

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 26 06:06:01 PDT 2019


jankratochvil created this revision.
jankratochvil added reviewers: labath, jingham, clayborg.
jankratochvil added a project: LLDB.
Herald added a subscriber: JDevlieghere.

A simplification for D67589 <https://reviews.llvm.org/D67589>. `m_opaque_up` can never be `nullptr` (unless one calls a ctor with `nullptr` or one uses `SetLLDBObjectPtr` with `nullptr`).
Also protected `SetLLDBObjectPtr` is not used anywhere (I haven't found it would ever be used).


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D68083

Files:
  lldb/include/lldb/API/SBCommandReturnObject.h
  lldb/source/API/SBCommandReturnObject.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68083.221930.patch
Type: text/x-patch
Size: 9369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190926/04cc6c56/attachment.bin>


More information about the lldb-commits mailing list