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 c88deef commit a1e91b5Copy full SHA for a1e91b5
llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
@@ -9,6 +9,7 @@ static_library("FlowSensitive") {
9
"ControlFlowContext.cpp",
10
"DataflowAnalysisContext.cpp",
11
"DataflowEnvironment.cpp",
12
+ "SourceLocationsLattice.cpp",
13
"Transfer.cpp",
14
"TypeErasedDataflowAnalysis.cpp",
15
"WatchedLiteralsSolver.cpp",
llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -22,6 +22,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
22
"MultiVarConstantPropagationTest.cpp",
23
"SingleVarConstantPropagationTest.cpp",
24
"SolverTest.cpp",
25
+ "SourceLocationsLatticeTest.cpp",
26
"TestingSupport.cpp",
27
"TestingSupportTest.cpp",
28
"TransferTest.cpp",
0 commit comments