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

Do we want to make a `ConstString` for every argument that is passed to 
`FindNestedType` ?

I think this should take an `llvm::StringRef` and only make a `ConstString` out 
of it (if needed) when we know the name matches an actual type.

https://github.com/llvm/llvm-project/pull/68705
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to