[llvm] 305faf4 - [gn build] Port fc1f754c397b (#203542)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 07:25:25 PDT 2026
Author: Nico Weber
Date: 2026-06-12T10:25:20-04:00
New Revision: 305faf498a4e0b52b40742c927af63ab2082e1a9
URL: https://github.com/llvm/llvm-project/commit/305faf498a4e0b52b40742c927af63ab2082e1a9
DIFF: https://github.com/llvm/llvm-project/commit/305faf498a4e0b52b40742c927af63ab2082e1a9.diff
LOG: [gn build] Port fc1f754c397b (#203542)
Added:
Modified:
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/BUILD.gn
index f68d435e6636b..547a0ab8bbc8f 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/BUILD.gn
@@ -54,6 +54,7 @@ static_library("readability") {
"RedundantInlineSpecifierCheck.cpp",
"RedundantLambdaParameterListCheck.cpp",
"RedundantMemberInitCheck.cpp",
+ "RedundantNestedIfCheck.cpp",
"RedundantParenthesesCheck.cpp",
"RedundantPreprocessorCheck.cpp",
"RedundantQualifiedAliasCheck.cpp",
More information about the llvm-commits
mailing list