diff options
Diffstat (limited to 'lib/clang/libclangast/Makefile')
-rw-r--r-- | lib/clang/libclangast/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/clang/libclangast/Makefile b/lib/clang/libclangast/Makefile index 06cb000..7e8731f 100644 --- a/lib/clang/libclangast/Makefile +++ b/lib/clang/libclangast/Makefile @@ -25,6 +25,8 @@ SRCS= APValue.cpp \ ExprConstant.cpp \ FullExpr.cpp \ InheritViz.cpp \ + ItaniumCXXABI.cpp \ + MicrosoftCXXABI.cpp \ NestedNameSpecifier.cpp \ ParentMap.cpp \ RecordLayout.cpp \ @@ -41,7 +43,8 @@ SRCS= APValue.cpp \ TypeLoc.cpp \ TypePrinter.cpp -TGHDRS= AttrList \ +TGHDRS= AttrImpl \ + AttrList \ Attrs \ DeclNodes \ DiagnosticASTKinds \ |