[Lldb-commits] [lldb] Make only one function that needs to be implemented when searching for types (PR #74786)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 11 11:29:53 PST 2023


================
@@ -122,6 +106,9 @@ class TypeSystem : public PluginInterface,
   virtual CompilerType DeclGetFunctionArgumentType(void *opaque_decl,
                                                    size_t arg_idx);
 
+  virtual std::vector<lldb_private::CompilerContext>
+  DeclGetCompilerContext(void *opaque_decl);
----------------
Michael137 wrote:

yea makes sense, looks like that's what all the other TypeSystem APIs do too

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


More information about the lldb-commits mailing list