[PATCH] D141569: [clang-tidy] Implement CppCoreGuideline F.18
Chris Cotter via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 21 13:46:17 PST 2023
ccotter added a comment.
> What happens with code like this
>
> void foo(bar&& B) {
> std::move(B);
> }
I raised https://github.com/isocpp/CppCoreGuidelines/issues/2026
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141569/new/
https://reviews.llvm.org/D141569
More information about the cfe-commits
mailing list