https://github.com/vbvictor created https://github.com/llvm/llvm-project/pull/171427
None >From 29ae4fa94452b14b8b6335c186ba0ac11870d525 Mon Sep 17 00:00:00 2001 From: Victor Baranov <[email protected]> Date: Tue, 9 Dec 2025 15:01:47 +0300 Subject: [PATCH] [clang-tidy] Add missing Modernize module to link libs --- 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 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
