diff options
Diffstat (limited to 'lib/clang/libclangarcmigrate')
-rw-r--r-- | lib/clang/libclangarcmigrate/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/clang/libclangarcmigrate/Makefile b/lib/clang/libclangarcmigrate/Makefile index 957c3ba..d097ec4 100644 --- a/lib/clang/libclangarcmigrate/Makefile +++ b/lib/clang/libclangarcmigrate/Makefile @@ -6,6 +6,7 @@ SRCDIR= tools/clang/lib/ARCMigrate SRCS= ARCMT.cpp \ ARCMTActions.cpp \ FileRemapper.cpp \ + ObjCMT.cpp \ PlistReporter.cpp \ TransAPIUses.cpp \ TransARCAssign.cpp \ @@ -14,6 +15,8 @@ SRCS= ARCMT.cpp \ TransEmptyStatementsAndDealloc.cpp \ TransformActions.cpp \ Transforms.cpp \ + TransGCAttrs.cpp \ + TransGCCalls.cpp \ TransProperties.cpp \ TransRetainReleaseDealloc.cpp \ TransUnbridgedCasts.cpp \ @@ -21,6 +24,7 @@ SRCS= ARCMT.cpp \ TransZeroOutPropsInDealloc.cpp TGHDRS= AttrList \ + AttrParsedAttrList \ Attrs \ DeclNodes \ DiagnosticCommonKinds \ |