2010-01-25 12:41:41 +08:00
|
|
|
set(LLVM_NO_RTTI 1)
|
|
|
|
|
2010-09-14 07:54:41 +08:00
|
|
|
set(LLVM_USED_LIBS clangBasic clangLex clangAST clangFrontend clangRewrite)
|
|
|
|
|
2010-12-24 03:38:26 +08:00
|
|
|
add_clang_library(clangStaticAnalyzerCore
|
2010-03-23 16:14:19 +08:00
|
|
|
AggExprVisitor.cpp
|
2010-07-19 09:31:21 +08:00
|
|
|
AnalysisManager.cpp
|
2010-09-10 08:44:44 +08:00
|
|
|
AnalyzerStatsChecker.cpp
|
2010-01-25 12:41:41 +08:00
|
|
|
BasicConstraintManager.cpp
|
|
|
|
BasicStore.cpp
|
|
|
|
BasicValueFactory.cpp
|
|
|
|
BugReporter.cpp
|
|
|
|
BugReporterVisitors.cpp
|
2010-07-07 06:03:19 +08:00
|
|
|
CFRefCount.cpp
|
|
|
|
Checker.cpp
|
2010-07-28 07:26:07 +08:00
|
|
|
CheckerHelpers.cpp
|
2010-01-25 12:41:41 +08:00
|
|
|
Environment.cpp
|
|
|
|
ExplodedGraph.cpp
|
2010-02-04 08:47:48 +08:00
|
|
|
FlatStore.cpp
|
2010-12-23 02:53:44 +08:00
|
|
|
BlockCounter.cpp
|
|
|
|
CXXExprEngine.cpp
|
|
|
|
CoreEngine.cpp
|
2010-01-25 12:41:41 +08:00
|
|
|
GRState.cpp
|
2010-06-16 01:48:49 +08:00
|
|
|
HTMLDiagnostics.cpp
|
2010-01-25 12:41:41 +08:00
|
|
|
ManagerRegistry.cpp
|
|
|
|
MemRegion.cpp
|
2011-01-25 08:03:53 +08:00
|
|
|
ObjCMessage.cpp
|
2010-01-25 12:41:41 +08:00
|
|
|
PathDiagnostic.cpp
|
2010-06-16 01:48:49 +08:00
|
|
|
PlistDiagnostics.cpp
|
2010-01-25 12:41:41 +08:00
|
|
|
RangeConstraintManager.cpp
|
|
|
|
RegionStore.cpp
|
|
|
|
SimpleConstraintManager.cpp
|
2010-12-02 05:28:31 +08:00
|
|
|
SimpleSValBuilder.cpp
|
2010-01-25 12:41:41 +08:00
|
|
|
Store.cpp
|
2010-12-23 02:52:56 +08:00
|
|
|
SValBuilder.cpp
|
|
|
|
SVals.cpp
|
2010-01-25 12:41:41 +08:00
|
|
|
SymbolManager.cpp
|
2010-12-03 08:58:14 +08:00
|
|
|
TextPathDiagnostics.cpp
|
2010-01-25 12:41:41 +08:00
|
|
|
)
|
2010-05-05 13:41:05 +08:00
|
|
|
|
2010-12-24 03:38:26 +08:00
|
|
|
add_dependencies(clangStaticAnalyzerCore ClangAttrClasses ClangAttrList ClangDeclNodes
|
2010-09-14 07:54:41 +08:00
|
|
|
ClangStmtNodes)
|