diff options
author | Chris Cotter <ccotter14@bloomberg.net> | 2023-02-01 15:50:23 +0000 |
---|---|---|
committer | Michael Buch <michaelbuch12@gmail.com> | 2023-02-01 15:51:24 +0000 |
commit | 6953dc95a9761768cad3c329ebac35927df126ab (patch) | |
tree | 3b8927f31d7a9d47e847dbc4d7bc5da9c4ded5ca /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ecb3cd0946a47c419efda7b92cd6f6fcc30b6be9 (diff) | |
download | llvm-6953dc95a9761768cad3c329ebac35927df126ab.zip llvm-6953dc95a9761768cad3c329ebac35927df126ab.tar.gz llvm-6953dc95a9761768cad3c329ebac35927df126ab.tar.bz2 |
[lldb][NFC] Use move instead of copy
Summary: For functions that accept an rvalue reference type
parameter, use move to avoid copying the parameter.
These were found when implementing CppCoreGuideline F.18 in
clang-tidy.
Committed on behalf of ccotter (Chris Cotter)
Reviewers: Michael137
Differential Revision: https://reviews.llvm.org/D142824
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions