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