[Lldb-commits] [lldb] [LLDB] Add field member operators to DIL (PR #138093)
via lldb-commits
lldb-commits at lists.llvm.org
Fri May 23 10:10:48 PDT 2025
cmtice 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!
>
> I'll try to get a fix for this asap.
I think this should fix the problem: https://github.com/llvm/llvm-project/pull/141259 . Kazu, could you verify that it does please?
https://github.com/llvm/llvm-project/pull/138093
More information about the lldb-commits
mailing list