[all-commits] [llvm/llvm-project] 26d626: [Clang] Explicitly move returned values converted ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jan 12 12:38:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26d62674cf5013249f99323d15b6044586e6b3a8
https://github.com/llvm/llvm-project/commit/26d62674cf5013249f99323d15b6044586e6b3a8
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Cuda.cpp
Log Message:
-----------
[Clang] Explicitly move returned values converted to expected
Summary:
These can cause failures on GCC-7 it seems. We should explicitly move
them to prevent this from causing build failures.
More information about the All-commits
mailing list