[all-commits] [llvm/llvm-project] 48f8a7: [libc++] Make sure calls to std::move are always q...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Thu Feb 24 16:58:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48f8a7c4f2356d7aeab2994a9adebcbff9b83ffd
https://github.com/llvm/llvm-project/commit/48f8a7c4f2356d7aeab2994a9adebcbff9b83ffd
Author: Corentin Jabot <corentin.jabot at gmail.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M libcxx/include/barrier
M libcxx/include/valarray
M libcxx/src/filesystem/directory_iterator.cpp
Log Message:
-----------
[libc++] Make sure calls to std::move are always qualified
This fixes instances of the newly added `-Wunqualified-std-cast-call`.
(Commit 7853371146 removed unqualified `move` from the tests,
but these unqualified `move`s remained undetected in the actual headers.)
Differential Revision: https://reviews.llvm.org/D120509
More information about the All-commits
mailing list