[Lldb-commits] [PATCH] D153918: [lldb][NFCI] Deprecate SBValue::GetOpaqueType
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 27 15:17:01 PDT 2023
mib added inline comments.
================
Comment at: lldb/include/lldb/API/SBValue.h:286
+ LLDB_DEPRECATED("SBValue::GetOpaqueType() is deprecated. Do not use.", "")
void *GetOpaqueType();
----------------
JDevlieghere wrote:
> Similar comment as in D153900: The "Do not use." part is redundant and implied by the deprecation.
Should we add a macro like for `LLDB_INVALID_*` to act as the `FIX` argument ? It feels wrong to pass an empty string.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153918/new/
https://reviews.llvm.org/D153918
More information about the lldb-commits
mailing list