1 set(LLVM_LINK_COMPONENTS
6 add_clang_unittest(ClangAnalysisFlowSensitiveTests
10 CachedConstAccessorsLatticeTest.cpp
11 ChromiumCheckModelTest.cpp
12 DataflowAnalysisContextTest.cpp
13 DataflowEnvironmentTest.cpp
19 MultiVarConstantPropagationTest.cpp
22 SimplifyConstraintsTest.cpp
23 SingleVarConstantPropagationTest.cpp
24 SmartPointerAccessorCachingTest.cpp
26 TestingSupportTest.cpp
27 TransferBranchTest.cpp
29 TypeErasedDataflowAnalysisTest.cpp
30 UncheckedOptionalAccessModelTest.cpp
32 WatchedLiteralsSolverTest.cpp
35 clang_target_link_libraries(ClangAnalysisFlowSensitiveTests
40 clangAnalysisFlowSensitive
41 clangAnalysisFlowSensitiveModels
49 target_link_libraries(ClangAnalysisFlowSensitiveTests
52 LLVMTestingAnnotations