[llvm] 9b8eb0c - [gn build] Port 65d6d67fc9a9

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 03:26:16 PST 2022


Author: LLVM GN Syncbot
Date: 2022-12-01T11:19:48Z
New Revision: 9b8eb0cf056c076261787120b1973582ddb3fea7

URL: https://github.com/llvm/llvm-project/commit/9b8eb0cf056c076261787120b1973582ddb3fea7
DIFF: https://github.com/llvm/llvm-project/commit/9b8eb0cf056c076261787120b1973582ddb3fea7.diff

LOG: [gn build] Port 65d6d67fc9a9

Added: 
    

Modified: 
    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/misc/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
index 7431a507cf512..ff9a8b70ef0d1 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
@@ -47,5 +47,6 @@ static_library("misc") {
     "UnusedAliasDeclsCheck.cpp",
     "UnusedParametersCheck.cpp",
     "UnusedUsingDeclsCheck.cpp",
+    "UseAnonymousNamespaceCheck.cpp",
   ]
 }


        


More information about the llvm-commits mailing list