aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/libclangparse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libclangparse/Makefile')
-rw-r--r--lib/clang/libclangparse/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/clang/libclangparse/Makefile b/lib/clang/libclangparse/Makefile
index dbe9adb03fb9..20296936c18b 100644
--- a/lib/clang/libclangparse/Makefile
+++ b/lib/clang/libclangparse/Makefile
@@ -13,6 +13,7 @@ SRCS= ParseAST.cpp \
ParseExprCXX.cpp \
ParseInit.cpp \
ParseObjc.cpp \
+ ParseOpenMP.cpp \
ParsePragma.cpp \
ParseStmt.cpp \
ParseTemplate.cpp \
@@ -23,6 +24,7 @@ TGHDRS= AttrLateParsed \
AttrList \
AttrParsedAttrList \
Attrs \
+ CommentCommandList \
CommentNodes \
DeclNodes \
DiagnosticCommonKinds \