================
@@ -170,6 +171,12 @@ class ScriptInterpreter : public PluginInterface {
 
   virtual StructuredData::DictionarySP GetInterpreterInfo();
 
+  virtual llvm::Expected<FileSpec> GenerateExtensionTemplate(
+      const std::string name,
+      std::vector<std::pair<llvm::StringRef,
+                            llvm::SmallVector<llvm::StringRef>>> &extensions,
+      bool m_generate_non_abstract_methods, std::string output_file);
----------------
JDevlieghere wrote:

```suggestion
      bool generate_non_abstract_methods, std::string output_file);
```

https://github.com/llvm/llvm-project/pull/209647
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to