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

Fully qualify std::move invocations to fix -Wunqualified-std-cast-call #4101

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

rupprecht
Copy link
Contributor

Clang implemented a warning last year to detect bare move and forward calls, as they have the potential to be error prone: llvm/llvm-project@70b1f6d. This warning should be available in clang-15.

Clang implemented a warning last year to detect bare `move` and `forward` calls, as they have the potential to be error prone: llvm/llvm-project@70b1f6d. This warning should be available in clang-15.

Signed-off-by: Jordan Rupprecht <[email protected]>
@rupprecht
Copy link
Contributor Author

Updated the commit with DCO

@parrt parrt added this to the 4.12.0 milestone Feb 8, 2023
@parrt
Copy link
Member

parrt commented Feb 8, 2023

@hzeller @mike-lischke this seems like a reasonable change as it's just cleaning up right?

@hzeller
Copy link
Contributor

hzeller commented Feb 8, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants