-
Notifications
You must be signed in to change notification settings - Fork 768
[Coverity] Variable copied when it could be moved #18412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
fabiomestre
added a commit
to reble/llvm
that referenced
this issue
May 14, 2025
fabiomestre
added a commit
to reble/llvm
that referenced
this issue
May 14, 2025
fabiomestre
added a commit
to reble/llvm
that referenced
this issue
May 14, 2025
fabiomestre
added a commit
to reble/llvm
that referenced
this issue
May 14, 2025
fabiomestre
added a commit
to reble/llvm
that referenced
this issue
May 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
intel/llvm Coverity scan reports a bunch of issues about missing opportunities to use
std::move
in graph implementation:CID
489935
:llvm/sycl/source/detail/graph_impl.cpp
Lines 144 to 149 in 713a9dd
CID
489937
:CGData.MEvents.push_back(Event);
llvm/sycl/source/detail/graph_impl.cpp
Lines 1023 to 1042 in 713a9dd
CID
490022
:llvm/sycl/source/detail/graph_impl.cpp
Line 1863 in 713a9dd
CID
490343
:llvm/sycl/source/detail/graph_impl.hpp
Lines 897 to 901 in 713a9dd
The text was updated successfully, but these errors were encountered: