[Lldb-commits] [lldb] [LLDB] Add field member operators to DIL (PR #138093)

Kazu Hirata via lldb-commits lldb-commits at lists.llvm.org
Fri May 23 07:51:45 PDT 2025


kazutakahirata wrote:

@cmtice I'm getting:

```
lldb/include/lldb/ValueObject/DILParser.h:121:8: error: private field 'm_fragile_ivar' is not used [-Werror,-Wunused-private-field]
  121 |   bool m_fragile_ivar;
      |        ^
lldb/include/lldb/ValueObject/DILParser.h:122:8: error: private field 'm_check_ptr_vs_member' is not used [-Werror,-Wunused-private-field]
  122 |   bool m_check_ptr_vs_member;
      |        ^
2 errors generated.
```

Would you mind taking a look?  Should I just remove these variables, adjust the constructor, and the callers of the constructor?  Thanks!


https://github.com/llvm/llvm-project/pull/138093


More information about the lldb-commits mailing list