2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
LIB= clanganalysis
|
|
|
|
|
|
|
|
SRCDIR= tools/clang/lib/Analysis
|
2010-07-20 17:16:57 +00:00
|
|
|
SRCS= AnalysisContext.cpp \
|
|
|
|
CFG.cpp \
|
2011-02-27 01:32:10 +00:00
|
|
|
CFGReachabilityAnalysis.cpp \
|
2010-09-20 16:43:17 +00:00
|
|
|
CFGStmtMap.cpp \
|
2011-02-20 19:33:47 +00:00
|
|
|
CocoaConventions.cpp \
|
2010-09-20 16:43:17 +00:00
|
|
|
FormatString.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
LiveVariables.cpp \
|
|
|
|
PrintfFormatString.cpp \
|
2011-10-22 14:08:43 +00:00
|
|
|
ProgramPoint.cpp \
|
2010-09-20 16:43:17 +00:00
|
|
|
PseudoConstantAnalysis.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
ReachableCode.cpp \
|
2010-09-20 16:43:17 +00:00
|
|
|
ScanfFormatString.cpp \
|
2011-10-22 14:08:43 +00:00
|
|
|
ThreadSafety.cpp \
|
2011-05-02 21:04:37 +00:00
|
|
|
UninitializedValues.cpp
|
2010-06-09 19:32:20 +00:00
|
|
|
|
2010-07-20 17:16:57 +00:00
|
|
|
TGHDRS= AttrList \
|
|
|
|
Attrs \
|
|
|
|
DeclNodes \
|
|
|
|
DiagnosticAnalysisKinds \
|
|
|
|
DiagnosticCommonKinds \
|
|
|
|
StmtNodes
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|