[PATCH] D113708: [clang-tidy] Fix `bugprone-use-after-move` check to also consider moves in constructor initializers
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 14 07:36:31 PST 2021
carlosgalvezp accepted this revision.
carlosgalvezp added a comment.
This revision is now accepted and ready to land.
Looks good! I'm not sure if it's OK to write "dead tests" though (the one with the `TODO` comment). Would it make sense to remove it from this patch, and add it in the patch where the issue is fixed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113708/new/
https://reviews.llvm.org/D113708
More information about the cfe-commits
mailing list