[Lldb-commits] [lldb] [lldb] Add SBType::FindNestedType() function (PR #68705)

via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 11 11:15:22 PDT 2023


jimingham wrote:

Yes, if this API is going to claim to only find directly contained types, there needs to be an explicit guarantee that that's what the underlying API's do.  The API you call should state that it is doing that, and you also need to write tests that make sure we only see direct types and not ones deeper in the hierarchy.

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


More information about the lldb-commits mailing list