summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libclangast/Makefile')
-rw-r--r--lib/clang/libclangast/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/clang/libclangast/Makefile b/lib/clang/libclangast/Makefile
index 61b44fb..61f6881 100644
--- a/lib/clang/libclangast/Makefile
+++ b/lib/clang/libclangast/Makefile
@@ -35,6 +35,7 @@ SRCS= APValue.cpp \
ParentMap.cpp \
RecordLayout.cpp \
RecordLayoutBuilder.cpp \
+ SelectorLocationsKind.cpp \
Stmt.cpp \
StmtDumper.cpp \
StmtIterator.cpp \
@@ -45,7 +46,9 @@ SRCS= APValue.cpp \
TemplateName.cpp \
Type.cpp \
TypeLoc.cpp \
- TypePrinter.cpp
+ TypePrinter.cpp \
+ VTTBuilder.cpp \
+ VTableBuilder.cpp
TGHDRS= AttrImpl \
AttrList \
OpenPOWER on IntegriCloud