================ @@ -209,7 +209,7 @@ template <typename Instance> class PluginInstances { Instance instance = Instance(name, description, callback, std::forward<Args>(args)...); m_instances.push_back(instance); ---------------- JDevlieghere wrote:
While you're here... :-) Should this use `emplace_back` to create the instance object in place? https://github.com/llvm/llvm-project/pull/114120 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits