42 lines · plain
1add_clang_unittest(StaticAnalysisTests2 AnalyzerOptionsTest.cpp3 APSIntTypeTest.cpp4 BlockEntranceCallbackTest.cpp5 BugReportInterestingnessTest.cpp6 CallDescriptionTest.cpp7 CallEventTest.cpp8 ConflictingEvalCallsTest.cpp9 ExprEngineVisitTest.cpp10 FalsePositiveRefutationBRVisitorTest.cpp11 IsCLibraryFunctionTest.cpp12 MemRegionDescriptiveNameTest.cpp13 NoStateChangeFuncVisitorTest.cpp14 ObjcBug-124477.cpp15 ParamRegionTest.cpp16 RangeSetTest.cpp17 RegisterCustomCheckersTest.cpp18 StoreTest.cpp19 SymbolReaperTest.cpp20 SValSimplifyerTest.cpp21 SValTest.cpp22 TestReturnValueUnderConstruction.cpp23 UnsignedStatDemo.cpp24 Z3CrosscheckOracleTest.cpp25 CLANG_LIBS26 clangBasic27 clangAnalysis28 clangAST29 clangASTMatchers30 clangCrossTU31 clangFrontend32 clangSerialization33 clangStaticAnalyzerCore34 clangStaticAnalyzerFrontend35 clangTooling36 LINK_LIBS37 clangTesting38 LLVM_COMPONENTS39 FrontendOpenMP40 Support41 )42