1 set(LLVM_LINK_COMPONENTS
6 add_clang_unittest(ClangAnalysisFlowSensitiveTests
9 ChromiumCheckModelTest.cpp
10 DataflowAnalysisContextTest.cpp
11 DataflowEnvironmentTest.cpp
17 MultiVarConstantPropagationTest.cpp
20 SimplifyConstraintsTest.cpp
21 SingleVarConstantPropagationTest.cpp
24 TestingSupportTest.cpp
25 TransferBranchTest.cpp
27 TypeErasedDataflowAnalysisTest.cpp
28 UncheckedOptionalAccessModelTest.cpp
32 clang_target_link_libraries(ClangAnalysisFlowSensitiveTests
37 clangAnalysisFlowSensitive
38 clangAnalysisFlowSensitiveModels
46 target_link_libraries(ClangAnalysisFlowSensitiveTests
49 LLVMTestingAnnotations