| set(LLVM_LINK_COMPONENTS support) |
| |
| add_clang_library(clangStaticAnalyzerCore |
| APSIntType.cpp |
| AnalysisManager.cpp |
| AnalyzerOptions.cpp |
| BasicValueFactory.cpp |
| BlockCounter.cpp |
| BugReporter.cpp |
| BugReporterVisitors.cpp |
| CallEvent.cpp |
| Checker.cpp |
| CheckerContext.cpp |
| CheckerHelpers.cpp |
| CheckerManager.cpp |
| CommonBugCategories.cpp |
| ConstraintManager.cpp |
| CoreEngine.cpp |
| DynamicType.cpp |
| Environment.cpp |
| ExplodedGraph.cpp |
| ExprEngine.cpp |
| ExprEngineC.cpp |
| ExprEngineCXX.cpp |
| ExprEngineCallAndReturn.cpp |
| ExprEngineObjC.cpp |
| FunctionSummary.cpp |
| HTMLDiagnostics.cpp |
| IssueHash.cpp |
| LoopUnrolling.cpp |
| LoopWidening.cpp |
| MemRegion.cpp |
| PlistDiagnostics.cpp |
| ProgramState.cpp |
| RangeConstraintManager.cpp |
| RangedConstraintManager.cpp |
| RegionStore.cpp |
| SarifDiagnostics.cpp |
| SimpleConstraintManager.cpp |
| SimpleSValBuilder.cpp |
| SMTConstraintManager.cpp |
| Store.cpp |
| SubEngine.cpp |
| SValBuilder.cpp |
| SVals.cpp |
| SymbolManager.cpp |
| WorkList.cpp |
| |
| LINK_LIBS |
| clangAST |
| clangASTMatchers |
| clangAnalysis |
| clangBasic |
| clangCrossTU |
| clangFrontend |
| clangLex |
| clangRewrite |
| ) |
| |