[Lldb-commits] [lldb] [NFC][lldb] Document a few ivars on the value object system. (PR #124971)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 29 11:23:42 PST 2025
================
@@ -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
More information about the lldb-commits
mailing list