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 9a9a5f4Copy full SHA for 9a9a5f4
llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn
@@ -27,8 +27,6 @@ static_library("Analysis") {
27
"FixitUtil.cpp",
28
"IntervalPartition.cpp",
29
"IssueHash.cpp",
30
- "LifetimeAnnotations.cpp",
31
- "LifetimeSafety.cpp",
32
"LiveVariables.cpp",
33
"MacroExpansionContext.cpp",
34
"ObjCNoReturn.cpp",
llvm/utils/gn/secondary/clang/unittests/StaticAnalyzer/BUILD.gn
@@ -33,6 +33,7 @@ unittest("StaticAnalysisTests") {
"StoreTest.cpp",
"SymbolReaperTest.cpp",
35
"TestReturnValueUnderConstruction.cpp",
36
+ "UnsignedStatDemo.cpp",
37
"Z3CrosscheckOracleTest.cpp",
38
]
39
}
0 commit comments