2013-12-10 03:04:43 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
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
|
|
|
|
2014-02-26 14:41:29 +08:00
|
|
|
LINK_LIBS
|
2012-06-21 09:30:21 +08:00
|
|
|
clangAST
|
2013-12-10 03:04:43 +08:00
|
|
|
clangAnalysis
|
|
|
|
clangBasic
|
|
|
|
clangEdit
|
2012-06-21 09:30:21 +08:00
|
|
|
clangFrontend
|
2013-12-10 03:04:43 +08:00
|
|
|
clangLex
|
2014-07-17 00:48:33 +08:00
|
|
|
clangRewrite
|
2013-12-10 03:04:43 +08:00
|
|
|
clangSema
|
|
|
|
clangSerialization
|
2018-08-18 11:22:11 +08:00
|
|
|
clangStaticAnalyzerCheckers
|
2018-08-21 19:41:41 +08:00
|
|
|
clangStaticAnalyzerCore
|
2012-06-21 09:30:21 +08:00
|
|
|
)
|