2008-10-26 08:56:18 +08:00
|
|
|
add_clang_library(clangAnalysis
|
2011-10-24 09:32:45 +08:00
|
|
|
AnalysisDeclContext.cpp
|
2012-09-21 08:09:11 +08:00
|
|
|
BodyFarm.cpp
|
2009-07-17 02:13:04 +08:00
|
|
|
CFG.cpp
|
2011-02-23 09:51:59 +08:00
|
|
|
CFGReachabilityAnalysis.cpp
|
2010-08-05 02:23:15 +08:00
|
|
|
CFGStmtMap.cpp
|
2012-09-13 08:21:31 +08:00
|
|
|
CallGraph.cpp
|
2010-12-17 13:21:58 +08:00
|
|
|
CocoaConventions.cpp
|
2011-12-20 16:42:15 +08:00
|
|
|
Dominators.cpp
|
2010-07-16 10:11:22 +08:00
|
|
|
FormatString.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
LiveVariables.cpp
|
2012-09-13 08:21:31 +08:00
|
|
|
ObjCNoReturn.cpp
|
2011-10-22 10:14:23 +08:00
|
|
|
PostOrderCFGView.cpp
|
2010-01-28 07:43:25 +08:00
|
|
|
PrintfFormatString.cpp
|
2011-08-13 07:04:46 +08:00
|
|
|
ProgramPoint.cpp
|
2010-08-24 03:51:57 +08:00
|
|
|
PseudoConstantAnalysis.cpp
|
2010-02-23 10:39:16 +08:00
|
|
|
ReachableCode.cpp
|
2010-07-16 10:11:22 +08:00
|
|
|
ScanfFormatString.cpp
|
2011-09-10 00:11:56 +08:00
|
|
|
ThreadSafety.cpp
|
2011-03-15 11:17:07 +08:00
|
|
|
UninitializedValues.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
)
|
2009-03-17 07:06:59 +08:00
|
|
|
|
2012-06-21 09:30:21 +08:00
|
|
|
add_dependencies(clangAnalysis
|
|
|
|
ClangAttrClasses
|
|
|
|
ClangAttrList
|
2012-07-06 08:28:32 +08:00
|
|
|
ClangCommentNodes
|
2012-07-27 14:18:33 +08:00
|
|
|
ClangDiagnosticCommon
|
2012-06-21 09:30:21 +08:00
|
|
|
ClangDeclNodes
|
2012-07-27 14:18:12 +08:00
|
|
|
ClangDiagnosticAnalysis
|
2012-06-21 09:30:21 +08:00
|
|
|
ClangStmtNodes
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(clangAnalysis
|
|
|
|
clangBasic
|
|
|
|
clangAST
|
|
|
|
)
|