1 set(LLVM_LINK_COMPONENTS
6 add_clang_unittest(ClangAnalysisFlowSensitiveTests
9 ChromiumCheckModelTest.cpp
10 DataflowAnalysisContextTest.cpp
11 DataflowEnvironmentTest.cpp
17 MultiVarConstantPropagationTest.cpp
20 SingleVarConstantPropagationTest.cpp
23 TestingSupportTest.cpp
24 TransferBranchTest.cpp
26 TypeErasedDataflowAnalysisTest.cpp
27 UncheckedOptionalAccessModelTest.cpp
31 clang_target_link_libraries(ClangAnalysisFlowSensitiveTests
36 clangAnalysisFlowSensitive
37 clangAnalysisFlowSensitiveModels
45 target_link_libraries(ClangAnalysisFlowSensitiveTests
48 LLVMTestingAnnotations