2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
LIB= clangsema
|
|
|
|
|
|
|
|
SRCDIR= tools/clang/lib/Sema
|
2010-07-20 17:16:57 +00:00
|
|
|
SRCS= AnalysisBasedWarnings.cpp \
|
2010-09-20 16:43:17 +00:00
|
|
|
AttributeList.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
CodeCompleteConsumer.cpp \
|
2010-09-20 16:43:17 +00:00
|
|
|
DeclSpec.cpp \
|
2011-05-02 21:04:37 +00:00
|
|
|
DelayedDiagnostic.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
IdentifierResolver.cpp \
|
|
|
|
JumpDiagnostics.cpp \
|
2011-10-22 14:08:43 +00:00
|
|
|
MultiInitializer.cpp \
|
2011-05-02 21:04:37 +00:00
|
|
|
Scope.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
Sema.cpp \
|
|
|
|
SemaAccess.cpp \
|
|
|
|
SemaAttr.cpp \
|
|
|
|
SemaCXXScopeSpec.cpp \
|
2011-10-22 14:08:43 +00:00
|
|
|
SemaCast.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
SemaChecking.cpp \
|
|
|
|
SemaCodeComplete.cpp \
|
|
|
|
SemaDecl.cpp \
|
|
|
|
SemaDeclAttr.cpp \
|
|
|
|
SemaDeclCXX.cpp \
|
2011-07-17 19:51:40 +00:00
|
|
|
SemaExprMember.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
SemaDeclObjC.cpp \
|
|
|
|
SemaExceptionSpec.cpp \
|
|
|
|
SemaExpr.cpp \
|
|
|
|
SemaExprCXX.cpp \
|
|
|
|
SemaExprObjC.cpp \
|
2011-10-22 14:08:43 +00:00
|
|
|
SemaFixItUtils.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
SemaInit.cpp \
|
|
|
|
SemaLookup.cpp \
|
|
|
|
SemaObjCProperty.cpp \
|
|
|
|
SemaOverload.cpp \
|
|
|
|
SemaStmt.cpp \
|
|
|
|
SemaTemplate.cpp \
|
|
|
|
SemaTemplateDeduction.cpp \
|
|
|
|
SemaTemplateInstantiate.cpp \
|
|
|
|
SemaTemplateInstantiateDecl.cpp \
|
2011-02-20 19:33:47 +00:00
|
|
|
SemaTemplateVariadic.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
SemaType.cpp \
|
2010-06-09 19:32:20 +00:00
|
|
|
TargetAttributesSema.cpp
|
|
|
|
|
2010-07-20 17:16:57 +00:00
|
|
|
TGHDRS= AttrList \
|
|
|
|
Attrs \
|
|
|
|
DeclNodes \
|
|
|
|
DiagnosticASTKinds \
|
|
|
|
DiagnosticCommonKinds \
|
|
|
|
DiagnosticParseKinds \
|
|
|
|
DiagnosticSemaKinds \
|
|
|
|
StmtNodes \
|
|
|
|
arm_neon
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|