[all-commits] [llvm/llvm-project] 2b804f: [LinkerWrapper][Obvious] Fix move on temporary object
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jan 18 08:42:29 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b804f875579995b1588f1a079e265929163d0e4
https://github.com/llvm/llvm-project/commit/2b804f875579995b1588f1a079e265929163d0e4
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[LinkerWrapper][Obvious] Fix move on temporary object
Summary:
This causes warnings because it is already a temporary and does not need
to be moved.
More information about the All-commits
mailing list