[llvm] 920bb54 - [gn build] Port 7a8f5d97afbf

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 20 01:57:55 PST 2024


Author: LLVM GN Syncbot
Date: 2024-01-20T09:52:13Z
New Revision: 920bb5430a96c346f7afcbe288e3546513b58012

URL: https://github.com/llvm/llvm-project/commit/920bb5430a96c346f7afcbe288e3546513b58012
DIFF: https://github.com/llvm/llvm-project/commit/920bb5430a96c346f7afcbe288e3546513b58012.diff

LOG: [gn build] Port 7a8f5d97afbf

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 62ae7e2aeb5bb18..6345d09b412519b 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
@@ -47,6 +47,7 @@ static_library("readability") {
     "RedundantControlFlowCheck.cpp",
     "RedundantDeclarationCheck.cpp",
     "RedundantFunctionPtrDereferenceCheck.cpp",
+    "RedundantInlineSpecifierCheck.cpp",
     "RedundantMemberInitCheck.cpp",
     "RedundantPreprocessorCheck.cpp",
     "RedundantSmartptrGetCheck.cpp",


        


More information about the llvm-commits mailing list