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.
Differential D142824
[lldb][NFC] Use move instead of copy ccotter on Jan 28 2023, 5:54 PM. Authored by
Details
For functions that accept an rvalue reference type These were found when implementing CppCoreGuideline F.18 in
Diff Detail
Event TimelineComment Actions Thanks! I don't have push access, so if you're good with this, could you please land this for me? |