From 9c834286740aa4ee09d08006d2a7fc94231bb2ac Mon Sep 17 00:00:00 2001 From: Baranov Victor Date: Tue, 9 Dec 2025 15:28:10 +0300 Subject: [PATCH] [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 --- clang-tools-extra/clang-tidy/google/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/clang-tools-extra/clang-tidy/google/CMakeLists.txt b/clang-tools-extra/clang-tidy/google/CMakeLists.txt index ac053bc92a0a..982a188e8e80 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