File tree Expand file tree Collapse file tree 5 files changed +124
-75
lines changed
unittests/Analysis/FlowSensitive
llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive Expand file tree Collapse file tree 5 files changed +124
-75
lines changed Original file line number Diff line number Diff line change @@ -632,11 +632,12 @@ clang/unittests/Analysis/FlowSensitive/MapLatticeTest.cpp
632
632
clang/unittests/Analysis/FlowSensitive/MatchSwitchTest.cpp
633
633
clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp
634
634
clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp
635
- clang/unittests/Analysis/FlowSensitive/SolverTest.cpp
635
+ clang/unittests/Analysis/FlowSensitive/SolverTest.h
636
636
clang/unittests/Analysis/FlowSensitive/TestingSupport.cpp
637
637
clang/unittests/Analysis/FlowSensitive/TestingSupport.h
638
638
clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp
639
639
clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp
640
+ clang/unittests/Analysis/FlowSensitive/WatchedLiteralsSolverTest.cpp
640
641
clang/unittests/AST/ASTImporterFixtures.cpp
641
642
clang/unittests/AST/ASTImporterFixtures.h
642
643
clang/unittests/AST/ASTImporterObjCTest.cpp
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ add_clang_unittest(ClangAnalysisFlowSensitiveTests
19
19
SignAnalysisTest.cpp
20
20
SimplifyConstraintsTest.cpp
21
21
SingleVarConstantPropagationTest.cpp
22
- SolverTest.cpp
23
22
TestingSupport.cpp
24
23
TestingSupportTest.cpp
25
24
TransferBranchTest.cpp
26
25
TransferTest.cpp
27
26
TypeErasedDataflowAnalysisTest.cpp
28
27
UncheckedOptionalAccessModelTest.cpp
29
28
ValueTest.cpp
29
+ WatchedLiteralsSolverTest.cpp
30
30
)
31
31
32
32
clang_target_link_libraries (ClangAnalysisFlowSensitiveTests
You can’t perform that action at this time.
0 commit comments