Skip to content

Commit 0c1a9ab

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.4
2 parents 55d4e92 + 9a9a5f4 commit 0c1a9ab

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-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
}

llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ unittest("SupportTests") {
4848
"FSUniqueIDTest.cpp",
4949
"FileCollectorTest.cpp",
5050
"FileOutputBufferTest.cpp",
51+
"Format.cpp",
5152
"FormatVariadicTest.cpp",
5253
"GenericDomTreeTest.cpp",
5354
"GlobPatternTest.cpp",

0 commit comments

Comments
 (0)