We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d4e92 commit a919b76Copy full SHA for a919b76
llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn
@@ -27,8 +27,15 @@ static_library("Analysis") {
27
"FixitUtil.cpp",
28
"IntervalPartition.cpp",
29
"IssueHash.cpp",
30
- "LifetimeAnnotations.cpp",
31
- "LifetimeSafety.cpp",
+ "LifetimeSafety/Checker.cpp",
+ "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",
39
"LiveVariables.cpp",
40
"MacroExpansionContext.cpp",
41
"ObjCNoReturn.cpp",
0 commit comments