Skip to content

Commit b878e0d

Browse files
authored
[LLDB] Fix warning about unused private members. (#141259)
1 parent 6087854 commit b878e0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/include/lldb/ValueObject/DILParser.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ class DILParser {
7171

7272
bool UseSynthetic() { return m_use_synthetic; }
7373

74+
bool UseFragileIvar() { return m_fragile_ivar; }
75+
76+
bool CheckPtrVsMember() { return m_check_ptr_vs_member; }
77+
7478
lldb::DynamicValueType UseDynamic() { return m_use_dynamic; }
7579

7680
private:

0 commit comments

Comments
 (0)