[clang-tidy][NFC] Reduce copies of Intrusive..FileSystem
authorNathan James <n.james93@hotmail.co.uk>
Thu, 17 Dec 2020 14:09:08 +0000 (14:09 +0000)
committerNathan James <n.james93@hotmail.co.uk>
Thu, 17 Dec 2020 14:09:08 +0000 (14:09 +0000)
commit64badecd447f2358812a2e747b2683d34071f5a5
tree782fed3e402900f68347c6294bc077c32b5af44d
parent75c04bfc61d6cc5623eadd8a04f86c315dacd823
[clang-tidy][NFC] Reduce copies of Intrusive..FileSystem

Swapped a few instances where a move is more optimal or the target doesn't need to hold a reference.
clang-tools-extra/clang-tidy/ClangTidy.cpp
clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp