[llvm] 5944579 - [gn build] Port af79372d6349

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 11:49:42 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-05-13T18:43:29Z
New Revision: 5944579ab20cfcb6d1a9d1a2fe3d4b478ea24c64

URL: https://github.com/llvm/llvm-project/commit/5944579ab20cfcb6d1a9d1a2fe3d4b478ea24c64
DIFF: https://github.com/llvm/llvm-project/commit/5944579ab20cfcb6d1a9d1a2fe3d4b478ea24c64.diff

LOG: [gn build] Port af79372d6349

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/BUILD.gn
index 0d27b786da1f6..9b5e157385dd2 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/BUILD.gn
@@ -50,6 +50,7 @@ static_library("modernize") {
     "UseNullptrCheck.cpp",
     "UseOverrideCheck.cpp",
     "UseStartsEndsWithCheck.cpp",
+    "UseStdFormatCheck.cpp",
     "UseStdNumbersCheck.cpp",
     "UseStdPrintCheck.cpp",
     "UseTrailingReturnTypeCheck.cpp",


        


More information about the llvm-commits mailing list