[PATCH] D97683: [clang-tidy] Add <utility> include to misc-uniqueptr-reset-release

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 1 06:17:18 PST 2021


njames93 created this revision.
njames93 added reviewers: alexfh, aaron.ballman.
Herald added a subscriber: xazax.hun.
njames93 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This is the only remaining check that creates `std::move` includes but doesn't add a `<utility>` include.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97683

Files:
  clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp
  clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.h
  clang-tools-extra/docs/clang-tidy/checks/misc-uniqueptr-reset-release.rst
  clang-tools-extra/test/clang-tidy/checkers/misc-uniqueptr-reset-release.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97683.327093.patch
Type: text/x-patch
Size: 4412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210301/0155b4a5/attachment-0001.bin>


More information about the cfe-commits mailing list