[PATCH] D126853: [clang-tidy] `bugprone-use-after-move`: Don't warn on self-moves.
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 3 08:12:56 PDT 2022
njames93 accepted this revision.
njames93 added a comment.
LGTM.
I feel that this case should produce a warning akin to the no self assignment diagnostics, obviously nothing to do with this check though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126853/new/
https://reviews.llvm.org/D126853
More information about the cfe-commits
mailing list