2011-06-16 07:25:17 +08:00
|
|
|
add_clang_library(clangARCMigrate
|
|
|
|
ARCMT.cpp
|
2011-06-17 00:17:05 +08:00
|
|
|
ARCMTActions.cpp
|
2011-06-16 07:25:17 +08:00
|
|
|
FileRemapper.cpp
|
2012-03-07 04:06:33 +08:00
|
|
|
ObjCMT.cpp
|
2011-07-20 01:26:28 +08:00
|
|
|
PlistReporter.cpp
|
2011-07-18 15:44:45 +08:00
|
|
|
TransAPIUses.cpp
|
2011-06-22 04:20:39 +08:00
|
|
|
TransARCAssign.cpp
|
|
|
|
TransAutoreleasePool.cpp
|
|
|
|
TransBlockObjCVariable.cpp
|
2011-06-22 06:16:17 +08:00
|
|
|
TransEmptyStatementsAndDealloc.cpp
|
2011-11-07 02:58:03 +08:00
|
|
|
TransGCAttrs.cpp
|
2011-11-04 23:58:08 +08:00
|
|
|
TransGCCalls.cpp
|
2011-06-22 04:20:39 +08:00
|
|
|
TransProperties.cpp
|
2013-01-05 02:52:29 +08:00
|
|
|
TransProtectedScope.cpp
|
2011-06-22 04:20:39 +08:00
|
|
|
TransRetainReleaseDealloc.cpp
|
|
|
|
TransUnbridgedCasts.cpp
|
|
|
|
TransUnusedInitDelegate.cpp
|
|
|
|
TransZeroOutPropsInDealloc.cpp
|
2013-01-05 03:04:47 +08:00
|
|
|
TransformActions.cpp
|
|
|
|
Transforms.cpp
|
2011-06-16 07:25:17 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_dependencies(clangARCMigrate
|
|
|
|
ClangAttrClasses
|
|
|
|
ClangAttrList
|
2012-07-27 14:18:33 +08:00
|
|
|
ClangAttrParsedAttrList
|
2012-07-06 08:28:32 +08:00
|
|
|
ClangCommentNodes
|
2011-06-16 07:25:17 +08:00
|
|
|
ClangDeclNodes
|
2012-07-27 14:18:33 +08:00
|
|
|
ClangDiagnosticCommon
|
|
|
|
ClangDiagnosticGroups
|
|
|
|
ClangDiagnosticSema
|
2012-07-27 14:18:12 +08:00
|
|
|
ClangStmtNodes
|
|
|
|
)
|
2012-06-21 09:30:21 +08:00
|
|
|
|
|
|
|
target_link_libraries(clangARCMigrate
|
|
|
|
clangBasic
|
|
|
|
clangAST
|
|
|
|
clangParse
|
|
|
|
clangFrontend
|
2012-09-01 13:09:24 +08:00
|
|
|
clangRewriteCore
|
|
|
|
clangRewriteFrontend
|
2012-06-21 09:30:21 +08:00
|
|
|
)
|