2008-10-26 08:56:18 +08:00
|
|
|
set(LLVM_NO_RTTI 1)
|
|
|
|
|
|
|
|
add_clang_library(clangAnalysis
|
2009-07-30 11:55:04 +08:00
|
|
|
AnalysisContext.cpp
|
2009-07-30 18:38:43 +08:00
|
|
|
AnalysisManager.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
BasicConstraintManager.cpp
|
|
|
|
BasicObjCFoundationChecks.cpp
|
|
|
|
BasicStore.cpp
|
|
|
|
BasicValueFactory.cpp
|
|
|
|
BugReporter.cpp
|
2009-07-23 01:55:28 +08:00
|
|
|
BugReporterVisitors.cpp
|
2009-07-17 02:13:04 +08:00
|
|
|
CFG.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
CFRefCount.cpp
|
2009-07-16 09:43:33 +08:00
|
|
|
CallGraph.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
CheckDeadStores.cpp
|
|
|
|
CheckNSError.cpp
|
|
|
|
CheckObjCDealloc.cpp
|
|
|
|
CheckObjCInstMethSignature.cpp
|
|
|
|
CheckObjCUnusedIVars.cpp
|
2009-07-23 09:07:19 +08:00
|
|
|
CheckSecuritySyntaxOnly.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
Environment.cpp
|
|
|
|
ExplodedGraph.cpp
|
|
|
|
GRBlockCounter.cpp
|
|
|
|
GRCoreEngine.cpp
|
|
|
|
GRExprEngine.cpp
|
|
|
|
GRExprEngineInternalChecks.cpp
|
|
|
|
GRState.cpp
|
|
|
|
LiveVariables.cpp
|
|
|
|
MemRegion.cpp
|
|
|
|
PathDiagnostic.cpp
|
2009-02-17 15:40:10 +08:00
|
|
|
RangeConstraintManager.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
RegionStore.cpp
|
2009-07-16 05:08:41 +08:00
|
|
|
SVals.cpp
|
2009-07-22 05:03:30 +08:00
|
|
|
SValuator.cpp
|
2009-02-17 15:40:10 +08:00
|
|
|
SimpleConstraintManager.cpp
|
2009-06-26 08:05:51 +08:00
|
|
|
SimpleSValuator.cpp
|
2009-05-02 02:43:00 +08:00
|
|
|
Store.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
SymbolManager.cpp
|
|
|
|
UninitializedValues.cpp
|
2009-06-24 00:54:53 +08:00
|
|
|
ValueManager.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
)
|
2009-03-17 07:06:59 +08:00
|
|
|
|
|
|
|
add_dependencies(clangAnalysis ClangDiagnosticAnalysis)
|