[PATCH] D98034: [clang-tidy] Use-after-move: Ignore moves inside a try_emplace.
Martin Böhme via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 5 06:06:18 PST 2021
This revision was not accepted when it landed; it landed in state "Needs Revision".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
mboehme marked 3 inline comments as done.
Closed by commit rGe67d91faec21: [clang-tidy] Use-after-move: Ignore moves inside a try_emplace. (authored by mboehme).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98034/new/
https://reviews.llvm.org/D98034
Files:
clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
clang-tools-extra/docs/clang-tidy/checks/bugprone-use-after-move.rst
clang-tools-extra/test/clang-tidy/checkers/bugprone-use-after-move.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98034.328495.patch
Type: text/x-patch
Size: 4292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210305/15b9b632/attachment-0001.bin>
More information about the cfe-commits
mailing list