[llvm] [lldb] Add SBType::FindDirectNestedType() function (PR #68705)

Vlad Serebrennikov via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 04:15:44 PDT 2023


================
@@ -313,6 +313,8 @@ class TypeImpl {
   bool GetDescription(lldb_private::Stream &strm,
                       lldb::DescriptionLevel description_level);
 
+  CompilerType FindNestedType(ConstString name);
----------------
Endilll wrote:

I followed @Michael137 suggestion that `TypeImpl::FindDirectNestedType` should accept `llvm::StringRef` instead. This should be addressed now.

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


More information about the llvm-commits mailing list