llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD
Jonas Devlieghere fd2433e139 [lldb] Replace default bodies of special member functions with = default;
Replace default bodies of special member functions with = default;

$ run-clang-tidy.py -header-filter='lldb' -checks='-*,modernize-use-equals-default' -fix ,

https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-equals-default.html

Differential revision: https://reviews.llvm.org/D104041
2021-07-02 11:31:16 -07:00
..
CMakeLists.txt [lldb] Move clang-based files out of Symbol 2020-01-31 12:20:10 -08:00
DynamicLoaderDarwin.cpp [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
DynamicLoaderDarwin.h [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
DynamicLoaderMacOS.cpp Simplify the breakpoint setting in DynamicLoaderMacOS::SetNotificationBreakpoint 2021-04-24 14:03:41 -07:00
DynamicLoaderMacOS.h [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00
DynamicLoaderMacOSXDYLD.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DynamicLoaderMacOSXDYLD.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00