[Lldb-commits] [PATCH] D153918: [lldb][NFCI] Deprecate SBValue::GetOpaqueType

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 27 14:28:04 PDT 2023


JDevlieghere added inline comments.


================
Comment at: lldb/include/lldb/API/SBValue.h:286
 
+  LLDB_DEPRECATED("SBValue::GetOpaqueType() is deprecated. Do not use.", "")
   void *GetOpaqueType();
----------------
Similar comment as in D153900: The "Do not use." part is redundant and implied by the deprecation. 


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