mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 11:06:06 +00:00

std::move on `const auto &` references is essentially a noop. Changing to `auto &&` to actually allow moving.
std::move on `const auto &` references is essentially a noop. Changing to `auto &&` to actually allow moving.