[llvm] f74833e - [gn build] Port ec3f8feddf81

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 15:27:16 PST 2022


Author: LLVM GN Syncbot
Date: 2022-12-09T23:21:59Z
New Revision: f74833e38191f35dae990930a0518d3e3ec9e69c

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

LOG: [gn build] Port ec3f8feddf81

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
index 629b09d64d211..ee83bdb868f2f 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
@@ -57,6 +57,7 @@ static_library("bugprone") {
     "SizeofExpressionCheck.cpp",
     "SmartPtrArrayMismatchCheck.cpp",
     "SpuriouslyWakeUpFunctionsCheck.cpp",
+    "StandaloneEmptyCheck.cpp",
     "StringConstructorCheck.cpp",
     "StringIntegerAssignmentCheck.cpp",
     "StringLiteralWithEmbeddedNulCheck.cpp",


        


More information about the llvm-commits mailing list