[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 09:21:11 PDT 2021
JDevlieghere added inline comments.
================
Comment at: lldb/include/lldb/Interpreter/CommandInterpreter.h:103-105
CommandInterpreterRunOptions()
+ = default;
----------------
Interesting, I would've expected clang-format to get this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104041/new/
https://reviews.llvm.org/D104041
More information about the lldb-commits
mailing list