Revert "enable plugins for clang-tidy"
authorPetr Hosek <phosek@google.com>
Mon, 31 Jan 2022 08:54:17 +0000 (00:54 -0800)
committerPetr Hosek <phosek@google.com>
Mon, 31 Jan 2022 08:55:43 +0000 (00:55 -0800)
commitab3b89855c5318f0009e1f016ffe5b1483507fd0
tree9d968ca06e5921772a27ba8d5ff363e03440ed6c
parent4810051a828c4e0bc6a7d11ee5da1a40b3fc32f9
Revert "enable plugins for clang-tidy"

This reverts commit 36892727e4f19a60778e371d78f8fb09d8122c85 which
breaks the build when LLVM_INSTALL_TOOLCHAIN_ONLY is enabled with:

  CMake Error at cmake/modules/AddLLVM.cmake:683 (add_dependencies):
  The dependency target "clang-tidy-headers" of target "CTTestTidyModule"
  does not exist.
clang-tools-extra/clang-tidy/tool/CMakeLists.txt
clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/Contributing.rst
clang-tools-extra/docs/clang-tidy/index.rst
clang-tools-extra/test/CMakeLists.txt
clang-tools-extra/test/clang-tidy/CTTestTidyModule.cpp [deleted file]
clang-tools-extra/test/lit.cfg.py
clang-tools-extra/test/lit.site.cfg.py.in