set(LLVM_LINK_COMPONENTS FrontendOpenMP Support ) add_clang_unittest(ClangAnalysisTests CFGDominatorTree.cpp CFGTest.cpp CloneDetectionTest.cpp ExprMutationAnalyzerTest.cpp MacroExpansionContextTest.cpp ) clang_target_link_libraries(ClangAnalysisTests PRIVATE clangAnalysis clangAST clangASTMatchers clangBasic clangFrontend clangLex clangSerialization clangTesting clangTooling ) target_link_libraries(ClangAnalysisTests PRIVATE LLVMTestingSupport ) add_subdirectory(FlowSensitive)