1set(LLVM_LINK_COMPONENTS 2 FrontendOpenMP 3 Support 4) 5 6add_clang_library(clangStaticAnalyzerCore 7 APSIntType.cpp 8 AnalysisManager.cpp 9 AnalyzerOptions.cpp 10 BasicValueFactory.cpp 11 BlockCounter.cpp 12 BugReporter.cpp 13 BugReporterVisitors.cpp 14 CallDescription.cpp 15 CallEvent.cpp 16 Checker.cpp 17 CheckerContext.cpp 18 CheckerHelpers.cpp 19 CheckerManager.cpp 20 CheckerRegistryData.cpp 21 CommonBugCategories.cpp 22 ConstraintManager.cpp 23 CoreEngine.cpp 24 DynamicExtent.cpp 25 DynamicType.cpp 26 Environment.cpp 27 ExplodedGraph.cpp 28 ExprEngine.cpp 29 ExprEngineC.cpp 30 ExprEngineCXX.cpp 31 ExprEngineCallAndReturn.cpp 32 ExprEngineObjC.cpp 33 FunctionSummary.cpp 34 HTMLDiagnostics.cpp 35 LoopUnrolling.cpp 36 LoopWidening.cpp 37 MemRegion.cpp 38 PlistDiagnostics.cpp 39 ProgramState.cpp 40 RangeConstraintManager.cpp 41 RangedConstraintManager.cpp 42 RegionStore.cpp 43 SarifDiagnostics.cpp 44 SimpleConstraintManager.cpp 45 SimpleSValBuilder.cpp 46 SMTConstraintManager.cpp 47 Store.cpp 48 SValBuilder.cpp 49 SVals.cpp 50 SymbolManager.cpp 51 TextDiagnostics.cpp 52 WorkList.cpp 53 54 LINK_LIBS 55 clangAST 56 clangASTMatchers 57 clangAnalysis 58 clangBasic 59 clangCrossTU 60 clangFrontend 61 clangLex 62 clangRewrite 63 clangToolingCore 64 65 DEPENDS 66 omp_gen 67 ) 68 69