Skip to content

Commit a919b76

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.4
1 parent 55d4e92 commit a919b76

File tree

1 file changed

+9
-2
lines changed
  • llvm/utils/gn/secondary/clang/lib/Analysis

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,15 @@ static_library("Analysis") {
2727
"FixitUtil.cpp",
2828
"IntervalPartition.cpp",
2929
"IssueHash.cpp",
30-
"LifetimeAnnotations.cpp",
31-
"LifetimeSafety.cpp",
30+
"LifetimeSafety/Checker.cpp",
31+
"LifetimeSafety/Facts.cpp",
32+
"LifetimeSafety/FactsGenerator.cpp",
33+
"LifetimeSafety/LifetimeAnnotations.cpp",
34+
"LifetimeSafety/LifetimeSafety.cpp",
35+
"LifetimeSafety/LiveOrigins.cpp",
36+
"LifetimeSafety/LoanPropagation.cpp",
37+
"LifetimeSafety/Loans.cpp",
38+
"LifetimeSafety/Origins.cpp",
3239
"LiveVariables.cpp",
3340
"MacroExpansionContext.cpp",
3441
"ObjCNoReturn.cpp",

0 commit comments

Comments
 (0)