diff options
Diffstat (limited to 'lib/clang/libclangsema/Makefile')
-rw-r--r-- | lib/clang/libclangsema/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/clang/libclangsema/Makefile b/lib/clang/libclangsema/Makefile index 865c7e7..96571cc 100644 --- a/lib/clang/libclangsema/Makefile +++ b/lib/clang/libclangsema/Makefile @@ -4,11 +4,11 @@ LIB= clangsema SRCDIR= tools/clang/lib/Sema SRCS= AnalysisBasedWarnings.cpp \ + AttributeList.cpp \ CodeCompleteConsumer.cpp \ - IdentifierResolver.cpp \ + DeclSpec.cpp \ IdentifierResolver.cpp \ JumpDiagnostics.cpp \ - ParseAST.cpp \ Sema.cpp \ SemaAccess.cpp \ SemaAttr.cpp \ @@ -32,7 +32,6 @@ SRCS= AnalysisBasedWarnings.cpp \ SemaTemplate.cpp \ SemaTemplateDeduction.cpp \ SemaTemplateInstantiate.cpp \ - SemaTemplateInstantiate.cpp \ SemaTemplateInstantiateDecl.cpp \ SemaType.cpp \ TargetAttributesSema.cpp |