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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to