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