[clang-tidy] Add <utility> include to misc-uniqueptr-reset-release
authorNathan James <n.james93@hotmail.co.uk>
Mon, 12 Apr 2021 22:32:12 +0000 (23:32 +0100)
committerNathan James <n.james93@hotmail.co.uk>
Mon, 12 Apr 2021 22:32:15 +0000 (23:32 +0100)
commit27dfcd978edc94b4b46218b12a3dfbcdc47ae4c8
tree6443fa5f72fbbb5e4619abc9681b28a316fe2271
parent3842de49f6551f597b4c7c78caa8ba7003755cec
[clang-tidy] Add <utility> include to misc-uniqueptr-reset-release

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

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D97683
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