[clang-tidy] Clean up installation rules
authorShoaib Meenai <smeenai@fb.com>
Thu, 2 Nov 2017 01:48:20 +0000 (01:48 +0000)
committerShoaib Meenai <smeenai@fb.com>
Thu, 2 Nov 2017 01:48:20 +0000 (01:48 +0000)
commit09d4efee5200cc25860e202cf693e988174b111b
tree762e0282deb26585734f6da6e2bb472d8189a351
parent826a02328f616088f29732c9a33f27b2311b2c38
[clang-tidy] Clean up installation rules

An installation rule for the executable with the correct component is
already created by `add_clang_tool`, so the rule in this file is
redundant. Correct the installation component for the Python scripts so
that they also get installed by `install-clang-tidy`.

llvm-svn: 317155
clang-tools-extra/clang-tidy/tool/CMakeLists.txt