[llvm] 83abe57 - [gn build] Port bc8cff1d7fb2
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 06:46:16 PST 2023
Author: LLVM GN Syncbot
Date: 2023-12-04T14:39:50Z
New Revision: 83abe5703f1d48b21c2f9a11758737588ef23d9c
URL: https://github.com/llvm/llvm-project/commit/83abe5703f1d48b21c2f9a11758737588ef23d9c
DIFF: https://github.com/llvm/llvm-project/commit/83abe5703f1d48b21c2f9a11758737588ef23d9c.diff
LOG: [gn build] Port bc8cff1d7fb2
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 b1a7e4531a53c..81134133ebbf5 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
@@ -47,6 +47,7 @@ static_library("modernize") {
"UseNoexceptCheck.cpp",
"UseNullptrCheck.cpp",
"UseOverrideCheck.cpp",
+ "UseStartsEndsWithCheck.cpp",
"UseStdPrintCheck.cpp",
"UseTrailingReturnTypeCheck.cpp",
"UseTransparentFunctorsCheck.cpp",
More information about the llvm-commits
mailing list