[all-commits] [llvm/llvm-project] 28c338: Remove unnecessary std::moves [NFC]
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Thu Jul 13 19:26:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28c33805d49366b5ef22c60b32df62f123adc3bb
https://github.com/llvm/llvm-project/commit/28c33805d49366b5ef22c60b32df62f123adc3bb
Author: Sterling Augustine <saugustine at google.com>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M lldb/bindings/python/python-wrapper.swig
Log Message:
-----------
Remove unnecessary std::moves [NFC]
These trigger the following error:
error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move]
More information about the All-commits
mailing list