Author: Yitzhak Mandelbaum Date: 2021-12-02T14:41:00Z New Revision: c006ea6bde234153abadc8927557da9b8e0dc029
URL: https://github.com/llvm/llvm-project/commit/c006ea6bde234153abadc8927557da9b8e0dc029 DIFF: https://github.com/llvm/llvm-project/commit/c006ea6bde234153abadc8927557da9b8e0dc029.diff LOG: [clang-tidy] Fix build broken by commit 6a9487df73e917c4faf5e060f2bb33c6ade3f967 (D113148) Added: Modified: clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt Removed: ################################################################################ diff --git a/clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt b/clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt index c63b16131fac7..d1dbaec8358ad 100644 --- a/clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt +++ b/clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt @@ -83,4 +83,5 @@ clang_target_link_libraries(clangTidyBugproneModule clangBasic clangLex clangTooling + clangTransformer ) _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits