hanchenye-llvm-project/clang/lib/ARCMigrate
Argyrios Kyrtzidis a200973ead [arcmt] Also avoid 'weak' for forward references to objc classes.
llvm-svn: 135003
2011-07-12 22:16:25 +00:00
..
ARCMT.cpp [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. 2011-07-09 20:00:58 +00:00
ARCMTActions.cpp [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. 2011-07-09 20:00:58 +00:00
CMakeLists.txt Unbreak the CMake build. 2011-06-23 22:24:13 +00:00
FileRemapper.cpp [arcmt] Remove redundant has_error() check. 2011-07-10 18:57:18 +00:00
Internals.h [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initialization of SourceManager 2011-06-18 00:53:41 +00:00
Makefile
TransARCAssign.cpp [arcmt] Break apart Transforms.cpp. 2011-06-21 20:20:39 +00:00
TransAutoreleasePool.cpp [arcmt] Fully migrate ObjC++ classes, rdar://9660007. 2011-06-23 21:21:33 +00:00
TransBlockObjCVariable.cpp [arcmt] Before applying '__weak' check whether the objc class is annotated with objc_arc_weak_reference_unavailable 2011-07-12 22:05:17 +00:00
TransEmptyStatementsAndDealloc.cpp [arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut down on one compilation 2011-06-21 20:20:42 +00:00
TransProperties.cpp [arcmt] Before applying '__weak' check whether the objc class is annotated with objc_arc_weak_reference_unavailable 2011-07-12 22:05:17 +00:00
TransRetainReleaseDealloc.cpp In ARC, reclaim all return values of retainable type, not just those 2011-07-07 06:58:02 +00:00
TransUnbridgedCasts.cpp [arcmt] Break apart Transforms.cpp. 2011-06-21 20:20:39 +00:00
TransUnusedInitDelegate.cpp [arcmt] Fully migrate ObjC++ classes, rdar://9660007. 2011-06-23 21:21:33 +00:00
TransZeroOutPropsInDealloc.cpp [arcmt] Break apart Transforms.cpp. 2011-06-21 20:20:39 +00:00
TransformActions.cpp Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexer, since they depend on it now. 2011-07-07 21:54:45 +00:00
Transforms.cpp [arcmt] Also avoid 'weak' for forward references to objc classes. 2011-07-12 22:16:25 +00:00
Transforms.h [arcmt] Before applying '__weak' check whether the objc class is annotated with objc_arc_weak_reference_unavailable 2011-07-12 22:05:17 +00:00