llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Chelsea Cassanova (chelcassanova) <details> <summary>Changes</summary> SBTypeStaticField was missing from SBDefines, this commit adds the class there. --- Full diff: https://github.com/llvm/llvm-project/pull/111560.diff 1 Files Affected: - (modified) lldb/include/lldb/API/SBDefines.h (+1) ``````````diff diff --git a/lldb/include/lldb/API/SBDefines.h b/lldb/include/lldb/API/SBDefines.h index 9543ebc08a320f..159a9ba799b181 100644 --- a/lldb/include/lldb/API/SBDefines.h +++ b/lldb/include/lldb/API/SBDefines.h @@ -124,6 +124,7 @@ class LLDB_API SBTypeFormat; class LLDB_API SBTypeMember; class LLDB_API SBTypeMemberFunction; class LLDB_API SBTypeNameSpecifier; +class LLDB_API SBTypeStaticField; class LLDB_API SBTypeSummary; class LLDB_API SBTypeSummaryOptions; class LLDB_API SBTypeSynthetic; `````````` </details> https://github.com/llvm/llvm-project/pull/111560 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits