Skip to content

Commit 9a9a5f4

Browse files
committed
[𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.4 [skip ci]
1 parent 55d4e92 commit 9a9a5f4

File tree

2 files changed

+1
-2
lines changed
  • llvm/utils/gn/secondary/clang

2 files changed

+1
-2
lines changed

llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ static_library("Analysis") {
2727
"FixitUtil.cpp",
2828
"IntervalPartition.cpp",
2929
"IssueHash.cpp",
30-
"LifetimeAnnotations.cpp",
31-
"LifetimeSafety.cpp",
3230
"LiveVariables.cpp",
3331
"MacroExpansionContext.cpp",
3432
"ObjCNoReturn.cpp",

llvm/utils/gn/secondary/clang/unittests/StaticAnalyzer/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ unittest("StaticAnalysisTests") {
3333
"StoreTest.cpp",
3434
"SymbolReaperTest.cpp",
3535
"TestReturnValueUnderConstruction.cpp",
36+
"UnsignedStatDemo.cpp",
3637
"Z3CrosscheckOracleTest.cpp",
3738
]
3839
}

0 commit comments

Comments
 (0)