-
Notifications
You must be signed in to change notification settings - Fork 15.5k
[clang-tidy] Add missing Modernize module to Google module link libs #171427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@llvm/pr-subscribers-clang-tidy @llvm/pr-subscribers-clang-tools-extra Author: Baranov Victor (vbvictor) ChangesFull diff: https://github.com/llvm/llvm-project/pull/171427.diff 1 Files Affected:
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
|
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/28624 Here is the relevant piece of the build log for the reference |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/202/builds/4537 Here is the relevant piece of the build log for the reference |
Fixes failures in #171058 (comment)