summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangsema/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libclangsema/Makefile')
-rw-r--r--lib/clang/libclangsema/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/clang/libclangsema/Makefile b/lib/clang/libclangsema/Makefile
index 57f5ccb..e40a756 100644
--- a/lib/clang/libclangsema/Makefile
+++ b/lib/clang/libclangsema/Makefile
@@ -10,7 +10,6 @@ SRCS= AnalysisBasedWarnings.cpp \
DelayedDiagnostic.cpp \
IdentifierResolver.cpp \
JumpDiagnostics.cpp \
- MultiInitializer.cpp \
Scope.cpp \
Sema.cpp \
SemaAccess.cpp \
@@ -19,20 +18,23 @@ SRCS= AnalysisBasedWarnings.cpp \
SemaCast.cpp \
SemaChecking.cpp \
SemaCodeComplete.cpp \
+ SemaConsumer.cpp \
SemaDecl.cpp \
SemaDeclAttr.cpp \
SemaDeclCXX.cpp \
- SemaExprMember.cpp \
SemaDeclObjC.cpp \
SemaExceptionSpec.cpp \
SemaExpr.cpp \
SemaExprCXX.cpp \
+ SemaExprMember.cpp \
SemaExprObjC.cpp \
SemaFixItUtils.cpp \
SemaInit.cpp \
+ SemaLambda.cpp \
SemaLookup.cpp \
SemaObjCProperty.cpp \
SemaOverload.cpp \
+ SemaPseudoObject.cpp \
SemaStmt.cpp \
SemaTemplate.cpp \
SemaTemplateDeduction.cpp \
@@ -43,6 +45,9 @@ SRCS= AnalysisBasedWarnings.cpp \
TargetAttributesSema.cpp
TGHDRS= AttrList \
+ AttrParsedAttrKinds \
+ AttrParsedAttrList \
+ AttrTemplateInstantiate \
Attrs \
DeclNodes \
DiagnosticASTKinds \
OpenPOWER on IntegriCloud