llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX
Pavel Labath 0610a25a85 [lldb] Delete copy operations on PluginInterface class
This is a polymorphic class, copying it is a bad idea.

This was not a problem because most classes inheriting from it were
deleting their copy operations themselves. However, this enables us to
delete those explicit deletions, and ensure noone forgets to add them in
the future.
2020-10-09 10:37:09 +02:00
..
CMakeLists.txt [lldb] Allows customizing libxml2 for darwin 2020-05-20 12:27:08 -07:00
SymbolVendorMacOSX.cpp [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00
SymbolVendorMacOSX.h [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00