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
632632clang/unittests/Analysis/FlowSensitive/MatchSwitchTest.cpp
633633clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp
634634clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp
635- clang/unittests/Analysis/FlowSensitive/SolverTest.cpp
635+ clang/unittests/Analysis/FlowSensitive/SolverTest.h
636636clang/unittests/Analysis/FlowSensitive/TestingSupport.cpp
637637clang/unittests/Analysis/FlowSensitive/TestingSupport.h
638638clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp
639639clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp
640+ clang/unittests/Analysis/FlowSensitive/WatchedLiteralsSolverTest.cpp
640641clang/unittests/AST/ASTImporterFixtures.cpp
641642clang/unittests/AST/ASTImporterFixtures.h
642643clang/unittests/AST/ASTImporterObjCTest.cpp
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ add_clang_unittest(ClangAnalysisFlowSensitiveTests
1919 SignAnalysisTest.cpp
2020 SimplifyConstraintsTest.cpp
2121 SingleVarConstantPropagationTest.cpp
22- SolverTest.cpp
2322 TestingSupport.cpp
2423 TestingSupportTest.cpp
2524 TransferBranchTest.cpp
2625 TransferTest.cpp
2726 TypeErasedDataflowAnalysisTest.cpp
2827 UncheckedOptionalAccessModelTest.cpp
2928 ValueTest.cpp
29+ WatchedLiteralsSolverTest.cpp
3030 )
3131
3232clang_target_link_libraries(ClangAnalysisFlowSensitiveTests
You can’t perform that action at this time.
0 commit comments