[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
Sat Mar 7 00:01:41 PST 2020


zinovy.nis updated this revision to Diff 248905.
zinovy.nis marked 4 inline comments as done.
zinovy.nis added a comment.

Cosmetic and style fixes.


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.248905.patch
Type: text/x-patch
Size: 5031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200307/ae5c5218/attachment.bin>


More information about the cfe-commits mailing list