[PATCH] D74692: [clang-tidy][bugprone-use-after-move] Warn on std::move for consts
Zinovy Nis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 3 11:57:48 PST 2020
zinovy.nis updated this revision to Diff 247982.
zinovy.nis added a comment.
1. Special handling for captured variables in lambdas,
2. messages texts were changed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74692/new/
https://reviews.llvm.org/D74692
Files:
clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/bugprone-use-after-move.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74692.247982.patch
Type: text/x-patch
Size: 5117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200303/a8a5e60a/attachment-0001.bin>
More information about the cfe-commits
mailing list