Skip to content
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

Fix useless move() in IRCompileLayer.h #250

Closed
wants to merge 1 commit into from
Closed

Fix useless move() in IRCompileLayer.h #250

wants to merge 1 commit into from

Conversation

emaxx-google
Copy link
Contributor

Drop std::move() calls in places where there's no actual moving
happing, and only the "bugprone-use-after-move" clang-tidy
warning is triggered.

Drop std::move() calls in places where there's no actual moving
happing, and only the "bugprone-use-after-move" clang-tidy
warning is triggered.
@repo-lockdown
Copy link

repo-lockdown bot commented Sep 25, 2020

This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

@repo-lockdown repo-lockdown bot closed this Sep 25, 2020
@repo-lockdown repo-lockdown bot locked and limited conversation to collaborators Sep 25, 2020
@lhames
Copy link
Contributor

lhames commented Sep 25, 2020

@emaxx-google This is a good find. I'm planning to update the resource management APIs next week and this should be fixed in the process.

@emaxx-google emaxx-google deleted the patch-1 branch September 28, 2020 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants