[all-commits] [llvm/llvm-project] ab3b89: Revert "enable plugins for clang-tidy"
Petr Hosek via All-commits
all-commits at lists.llvm.org
Mon Jan 31 00:55:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab3b89855c5318f0009e1f016ffe5b1483507fd0
https://github.com/llvm/llvm-project/commit/ab3b89855c5318f0009e1f016ffe5b1483507fd0
Author: Petr Hosek <phosek at google.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M clang-tools-extra/clang-tidy/tool/CMakeLists.txt
M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/Contributing.rst
M clang-tools-extra/docs/clang-tidy/index.rst
M clang-tools-extra/test/CMakeLists.txt
R clang-tools-extra/test/clang-tidy/CTTestTidyModule.cpp
M clang-tools-extra/test/lit.cfg.py
M clang-tools-extra/test/lit.site.cfg.py.in
Log Message:
-----------
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.
More information about the All-commits
mailing list