51 lines · plain
1add_clang_unittest(ClangAnalysisFlowSensitiveTests2 ArenaTest.cpp3 ASTOpsTest.cpp4 CFGMatchSwitchTest.cpp5 CachedConstAccessorsLatticeTest.cpp6 ChromiumCheckModelTest.cpp7 DataflowAnalysisContextTest.cpp8 DataflowEnvironmentTest.cpp9 DebugSupportTest.cpp10 DeterminismTest.cpp11 FormulaTest.cpp12 LoggerTest.cpp13 MapLatticeTest.cpp14 MatchSwitchTest.cpp15 MockHeaders.cpp16 MultiVarConstantPropagationTest.cpp17 RecordOpsTest.cpp18 SignAnalysisTest.cpp19 SimplifyConstraintsTest.cpp20 SingleVarConstantPropagationTest.cpp21 SmartPointerAccessorCachingTest.cpp22 TestingSupport.cpp23 TestingSupportTest.cpp24 TransferBranchTest.cpp25 TransferTest.cpp26 TypeErasedDataflowAnalysisTest.cpp27 UncheckedOptionalAccessModelTest.cpp28 UncheckedStatusOrAccessModelTest.cpp29 UncheckedStatusOrAccessModelTestFixture.cpp30 ValueTest.cpp31 WatchedLiteralsSolverTest.cpp32 CLANG_LIBS33 clangAST34 clangASTMatchers35 clangAnalysis36 clangAnalysisFlowSensitive37 clangAnalysisFlowSensitiveModels38 clangBasic39 clangFrontend40 clangLex41 clangSerialization42 clangTooling43 LINK_LIBS44 clangTesting45 LLVMTestingAnnotations46 LLVMTestingSupport47 LLVM_COMPONENTS48 FrontendOpenMP49 Support50 )51