[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:40:19 PDT 2023


================
@@ -186,6 +186,11 @@ std::optional<llvm::json::Value> TypeSystem::ReportStatistics() {
   return std::nullopt;
 }
 
+CompilerDeclContext
----------------
Michael137 wrote:

Could add a brief oxygen docstring saying: "Returns the direct parent context of specified type". Also, what happens if no such context exists (if that can happen)?

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


More information about the lldb-commits mailing list