[Lldb-commits] [PATCH] D124110: Refactor protected virtual functions from SymbolFile into new SymbolFileActual class.

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 22 02:08:29 PDT 2022


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Yes, that's pretty much what I had in mind. Thanks.



================
Comment at: lldb/include/lldb/Symbol/SymbolFile.h:76
   // Constructors and Destructors
-  SymbolFile(lldb::ObjectFileSP objfile_sp)
-      : m_objfile_sp(std::move(objfile_sp)) {}
+  SymbolFile() {}
 
----------------
`= default` (or just delete altogether)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124110/new/

https://reviews.llvm.org/D124110



More information about the lldb-commits mailing list