[all-commits] [llvm/llvm-project] 98efa3: [lldb] Change the CommandArgumentData ctor (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jul 21 09:50:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 98efa3d57f0a38c9cd5433640a9abe6e7d9b7513
https://github.com/llvm/llvm-project/commit/98efa3d57f0a38c9cd5433640a9abe6e7d9b7513
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M lldb/include/lldb/Interpreter/CommandObject.h
Log Message:
-----------
[lldb] Change the CommandArgumentData ctor (NFC)
By using default arguments the caller can specify a subset without the
need for overloads. This is particularly useful in combination with
emplace_back as these objects are generally stored in a vector.
More information about the All-commits
mailing list