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 cc49f3b commit d6e0922Copy full SHA for d6e0922
llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
@@ -31,6 +31,7 @@ static_library("FlowSensitive") {
31
"DataflowEnvironment.cpp",
32
"DebugSupport.cpp",
33
"Formula.cpp",
34
+ "FormulaSerialization.cpp",
35
"HTMLLogger.cpp",
36
"Logger.cpp",
37
"RecordOps.cpp",
llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -27,6 +27,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
27
"DataflowEnvironmentTest.cpp",
28
"DebugSupportTest.cpp",
29
"DeterminismTest.cpp",
30
+ "FormulaTest.cpp",
"LoggerTest.cpp",
"MapLatticeTest.cpp",
"MatchSwitchTest.cpp",
0 commit comments