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 af7bc39 commit fb7bea0Copy full SHA for fb7bea0
llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
@@ -7,6 +7,8 @@ static_library("FlowSensitive") {
7
]
8
sources = [
9
"ControlFlowContext.cpp",
10
+ "DataflowEnvironment.cpp",
11
+ "Transfer.cpp",
12
"TypeErasedDataflowAnalysis.cpp",
13
14
}
llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -19,6 +19,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
19
"SingleVarConstantPropagationTest.cpp",
20
"TestingSupport.cpp",
21
"TestingSupportTest.cpp",
22
+ "TransferTest.cpp",
23
"TypeErasedDataflowAnalysisTest.cpp",
24
25
0 commit comments