[Lldb-commits] [PATCH] D104041: [lldb] Replace default bodies of special member functions with = default;
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 10 10:52:43 PDT 2021
JDevlieghere added inline comments.
================
Comment at: lldb/include/lldb/Expression/ExpressionParser.h:45
+ virtual ~ExpressionParser() = default;
+ ;
----------------
teemperor wrote:
> Please drop that when you land it.
Dropped.
================
Comment at: lldb/include/lldb/Target/Process.h:227
- {}
+ = default;
----------------
teemperor wrote:
> format
formatted
================
Comment at: lldb/include/lldb/Target/StackFrameRecognizer.h:41
+ virtual ~RecognizedStackFrame() = default;
+ ;
----------------
teemperor wrote:
> please remove that pointy boy
pointy boy gone
================
Comment at: lldb/include/lldb/Target/StackFrameRecognizer.h:68
+ virtual ~StackFrameRecognizer() = default;
+ ;
};
----------------
teemperor wrote:
> and that one too
gone too
================
Comment at: lldb/source/Interpreter/OptionValueFileColonLine.cpp:26
-{}
+ = default;
----------------
teemperor wrote:
> formaat
doone
================
Comment at: lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h:219
- {}
+ = default;
----------------
teemperor wrote:
> formato
hecho
================
Comment at: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h:111
- {}
+ = default;
----------------
teemperor wrote:
> formatione
factum
================
Comment at: lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h:50
+ RSCoordinate() = default;
+ ;
----------------
teemperor wrote:
> goodbye
ciao
================
Comment at: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h:60
- {}
+ = default;
};
----------------
teemperor wrote:
> フォーマット
完了
================
Comment at: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h:57
- {}
+ = default;
};
----------------
teemperor wrote:
> хэлбэр хэмжээ
хэлбэртэй, хэмжээтэй
================
Comment at: lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h:195
- {}
+ = default;
----------------
teemperor wrote:
> formoup
doune
================
Comment at: lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h:219
- {}
+ = default;
----------------
teemperor wrote:
> isimo
isimo sixazululiwe
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104041/new/
https://reviews.llvm.org/D104041
More information about the lldb-commits
mailing list