This fixes instances of the newly added
-Wunqualified-std-cast-call.
Details
Details
- Reviewers
cjdb ldionne rnk philnik • Quuxplusone - Group Reviewers
Restricted Project - Commits
- rG48f8a7c4f235: [libc++] Make sure calls to std::move are always qualified
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It is now part of clang's default warning set, so the latest version of clang warns on these calls.
Comment Actions
lgtm
I'm not a libc++ reviewer, but I think it's reasonable to push this to unbreak the build.
Comment Actions
If it's enabled by default, this LGTM if CI is happy, but please wait for a second libc++ approver.