[Lldb-commits] [lldb] [lldb] Add SBType::FindNestedType() function (PR #68705)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 12 04:36:13 PDT 2023
================
@@ -1082,6 +1082,19 @@ bool TypeImpl::GetDescription(lldb_private::Stream &strm,
return true;
}
+CompilerType TypeImpl::FindNestedType(ConstString name) {
----------------
Michael137 wrote:
Should an `empty` name require special treatment? Like we don't support that as a valid query?
https://github.com/llvm/llvm-project/pull/68705
More information about the lldb-commits
mailing list