[Lldb-commits] [lldb] [lldb][NFC] Move some ctors and tors to cpp files (PR #67165)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 22 10:08:06 PDT 2023


https://github.com/bulbazord approved this pull request.

Makes sense to me, if we're defining a lot of the methods for these classes in implementation files, we should do the same for constructors and destructors too.

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


More information about the lldb-commits mailing list