diff options
author | Kazu Hirata <kazu@google.com> | 2022-09-12 13:34:35 -0700 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2022-09-12 13:34:35 -0700 |
commit | 9606608474873da64a870ff40ef042869051feb3 (patch) | |
tree | a206881699ee3ffc95222bce1ade6691830f638b /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 481a32f58745a1216589c5263772030e16011a45 (diff) | |
download | llvm-9606608474873da64a870ff40ef042869051feb3.zip llvm-9606608474873da64a870ff40ef042869051feb3.tar.gz llvm-9606608474873da64a870ff40ef042869051feb3.tar.bz2 |
[llvm] Use x.empty() instead of llvm::empty(x) (NFC)
I'm planning to deprecate and eventually remove llvm::empty.
I thought about replacing llvm::empty(x) with std::empty(x), but it
turns out that all uses can be converted to x.empty(). That is, no
use requires the ability of std::empty to accept C arrays and
std::initializer_list.
Differential Revision: https://reviews.llvm.org/D133677
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions