[PATCH] D98034: [clang-tidy] Use-after-move: Ignore moves inside a try_emplace.
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 5 06:05:07 PST 2021
njames93 added a comment.
In D98034#2606488 <https://reviews.llvm.org/D98034#2606488>, @njames93 wrote:
> While `try_emplace` is a special case, it's may not be the only special case in someone's codebase, this should be extended with options to let users handle their special containers.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98034/new/
https://reviews.llvm.org/D98034
More information about the cfe-commits
mailing list