[llvm] [lldb] Add SBType::FindDirectNestedType() function (PR #68705)
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 13 08:12:49 PDT 2023
================
@@ -720,6 +720,14 @@ SBType supports the eq/ne operator. For example,::
"
) lldb::SBType::GetTypeFlags;
+%feature("docstring",
+ "Searches for a directly nested type that has provided name.
----------------
JDevlieghere wrote:
`s/has provided name/has the provided name/`
https://github.com/llvm/llvm-project/pull/68705
More information about the llvm-commits
mailing list