Skip to content

Commit 964079d

Browse files
committed
[gn build] Port 3c23047
1 parent 3c23047 commit 964079d

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ static_library("Checkers") {
104104
"PointerSortingChecker.cpp",
105105
"PointerSubChecker.cpp",
106106
"PthreadLockChecker.cpp",
107+
"PutenvStackArrayChecker.cpp",
107108
"RetainCountChecker/RetainCountChecker.cpp",
108109
"RetainCountChecker/RetainCountDiagnostics.cpp",
109110
"ReturnPointerRangeChecker.cpp",
@@ -148,6 +149,5 @@ static_library("Checkers") {
148149
"WebKit/UncountedLambdaCapturesChecker.cpp",
149150
"WebKit/UncountedLocalVarsChecker.cpp",
150151
"cert/InvalidPtrChecker.cpp",
151-
"cert/PutenvWithAutoChecker.cpp",
152152
]
153153
}

0 commit comments

Comments
 (0)