[llvm] e4a0fd5 - [gn build] Port be9ca85d64eb

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 19:20:24 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-03-13T02:09:36Z
New Revision: e4a0fd5416a3061c2bfe1241642149a779a9d866

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

LOG: [gn build] Port be9ca85d64eb

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn
index 53cbd2715df81..be0674e2ba049 100644
--- a/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn
@@ -145,6 +145,7 @@ static_library("Checkers") {
     "WebKit/RawPtrRefLocalVarsChecker.cpp",
     "WebKit/RawPtrRefMemberChecker.cpp",
     "WebKit/RefCntblBaseVirtualDtorChecker.cpp",
+    "WebKit/RetainPtrCtorAdoptChecker.cpp",
     "cert/InvalidPtrChecker.cpp",
   ]
 }


        


More information about the llvm-commits mailing list