summaryrefslogtreecommitdiff
path: root/lib/clang/libclangast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libclangast/Makefile')
-rw-r--r--lib/clang/libclangast/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/clang/libclangast/Makefile b/lib/clang/libclangast/Makefile
index 0ddeb53080de..a867725598ce 100644
--- a/lib/clang/libclangast/Makefile
+++ b/lib/clang/libclangast/Makefile
@@ -9,13 +9,13 @@ SRCS= APValue.cpp \
ASTConsumer.cpp \
ASTContext.cpp \
ASTDiagnostic.cpp \
+ ASTDumper.cpp \
ASTImporter.cpp \
AttrImpl.cpp \
CXXInheritance.cpp \
Comment.cpp \
CommentBriefParser.cpp \
CommentCommandTraits.cpp \
- CommentDumper.cpp \
CommentLexer.cpp \
CommentParser.cpp \
CommentSema.cpp \
@@ -25,6 +25,7 @@ SRCS= APValue.cpp \
DeclFriend.cpp \
DeclGroup.cpp \
DeclObjC.cpp \
+ DeclOpenMP.cpp \
DeclPrinter.cpp \
DeclTemplate.cpp \
DeclarationName.cpp \
@@ -41,15 +42,14 @@ SRCS= APValue.cpp \
Mangle.cpp \
MicrosoftCXXABI.cpp \
MicrosoftMangle.cpp \
- NestedNameSpecifier.cpp \
NSAPI.cpp \
+ NestedNameSpecifier.cpp \
ParentMap.cpp \
RawCommentList.cpp \
RecordLayout.cpp \
RecordLayoutBuilder.cpp \
SelectorLocationsKind.cpp \
Stmt.cpp \
- StmtDumper.cpp \
StmtIterator.cpp \
StmtPrinter.cpp \
StmtProfile.cpp \
@@ -62,10 +62,13 @@ SRCS= APValue.cpp \
VTTBuilder.cpp \
VTableBuilder.cpp
-TGHDRS= AttrImpl \
+TGHDRS= AttrDump \
+ AttrImpl \
AttrList \
Attrs \
CommentCommandInfo \
+ CommentCommandList \
+ CommentHTMLNamedCharacterReferences \
CommentHTMLTags \
CommentHTMLTagsProperties \
CommentNodes \