================
@@ -108,7 +108,14 @@ class ExpressionVariable
   FlagType m_flags; // takes elements of Flags
 
   // these should be private
----------------
JDevlieghere wrote:

```suggestion
  /// These members should be private.
  /// @{
  [...]
  lldb::ValueObjectSP m_live_sp;
  /// @}
```

https://github.com/llvm/llvm-project/pull/124971
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to