[clang-tidy] Remove IncludeInserter from MoveConstructorInit check.
authorNathan James <n.james93@hotmail.co.uk>
Tue, 23 Feb 2021 13:48:06 +0000 (13:48 +0000)
committerNathan James <n.james93@hotmail.co.uk>
Tue, 23 Feb 2021 13:48:07 +0000 (13:48 +0000)
commite96f9cca3b1b346cf9764c4a3b7417a46ef59f12
tree5bfbf0f2285869d41cd69cf6ec726f9f6ad62ef4
parent1b1b30cf0f7d9619afb32e16f4a7c007da4ffccf
[clang-tidy] Remove IncludeInserter from MoveConstructorInit check.

This check registers an IncludeInserter, however the check itself doesn't actually emit any fixes or includes, so the inserter is redundant.

From what I can tell the fixes were removed in D26453(rL290051) but the inserter was left in, probably an oversight.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D97243
clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.cpp
clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.h
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/performance-move-constructor-init.rst