Author: Baranov Victor Date: 2025-12-09T15:28:10+03:00 New Revision: 9c834286740aa4ee09d08006d2a7fc94231bb2ac
URL: https://github.com/llvm/llvm-project/commit/9c834286740aa4ee09d08006d2a7fc94231bb2ac DIFF: https://github.com/llvm/llvm-project/commit/9c834286740aa4ee09d08006d2a7fc94231bb2ac.diff LOG: [clang-tidy] Add missing Modernize module to Google module link libs (#171427) Fixes failures in https://github.com/llvm/llvm-project/pull/171058#issuecomment-3631809933 Added: Modified: clang-tools-extra/clang-tidy/google/CMakeLists.txt Removed: ################################################################################ diff --git a/clang-tools-extra/clang-tidy/google/CMakeLists.txt b/clang-tools-extra/clang-tidy/google/CMakeLists.txt index ac053bc92a0a4..982a188e8e808 100644 --- a/clang-tools-extra/clang-tidy/google/CMakeLists.txt +++ b/clang-tools-extra/clang-tidy/google/CMakeLists.txt @@ -24,6 +24,7 @@ add_clang_library(clangTidyGoogleModule STATIC LINK_LIBS clangTidy + clangTidyModernizeModule clangTidyReadabilityModule clangTidyUtils _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
