[all-commits] [llvm/llvm-project] 27dfcd: [clang-tidy] Add <utility> include to misc-uniquep...
Nathan James via All-commits
all-commits at lists.llvm.org
Mon Apr 12 15:32:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27dfcd978edc94b4b46218b12a3dfbcdc47ae4c8
https://github.com/llvm/llvm-project/commit/27dfcd978edc94b4b46218b12a3dfbcdc47ae4c8
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp
M clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.h
M clang-tools-extra/docs/clang-tidy/checks/misc-uniqueptr-reset-release.rst
M clang-tools-extra/test/clang-tidy/checkers/misc-uniqueptr-reset-release.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list