[llvm] 16d6ecc - [gn build] Port 92f16356340d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 2 11:21:16 PST 2026


Author: LLVM GN Syncbot
Date: 2026-01-02T19:13:38Z
New Revision: 16d6ecc19b5cc4346ceae73bd869966339cc3e9f

URL: https://github.com/llvm/llvm-project/commit/16d6ecc19b5cc4346ceae73bd869966339cc3e9f
DIFF: https://github.com/llvm/llvm-project/commit/16d6ecc19b5cc4346ceae73bd869966339cc3e9f.diff

LOG: [gn build] Port 92f16356340d

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn
index 02c04d1a21f28..6b82610bdc1ac 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn
@@ -26,7 +26,6 @@ static_library("google") {
     "IntegerTypesCheck.cpp",
     "OverloadedUnaryAndCheck.cpp",
     "TodoCommentCheck.cpp",
-    "UnnamedNamespaceInHeaderCheck.cpp",
     "UpgradeGoogletestCaseCheck.cpp",
     "UsingNamespaceDirectiveCheck.cpp",
   ]

diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
index 2092074cf04e6..b63e63b41b1db 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
@@ -32,6 +32,7 @@ static_library("misc") {
     "//llvm/lib/Support",
   ]
   sources = [
+    "AnonymousNamespaceInHeaderCheck.cpp",
     "ConfusableIdentifierCheck.cpp",
     "ConstCorrectnessCheck.cpp",
     "CoroutineHostileRAIICheck.cpp",


        


More information about the llvm-commits mailing list