llvm-project/clang/lib/ARCMigrate
Argyrios Kyrtzidis cff00d9c12 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'.
rdar://9477613.

llvm-svn: 133779
2011-06-24 00:08:59 +00:00
..
ARCMT.cpp [arcmt] Make -Warc-unsafe-retained-assign an error when migrating. rdar://8939557 2011-06-22 18:03:59 +00:00
ARCMTActions.cpp [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initialization of SourceManager 2011-06-18 00:53:41 +00:00
CMakeLists.txt Unbreak the CMake build. 2011-06-23 22:24:13 +00:00
FileRemapper.cpp
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] Break apart Transforms.cpp. 2011-06-21 20:20:39 +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 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. 2011-06-24 00:08:59 +00:00
TransRetainReleaseDealloc.cpp [arcmt] Fully migrate ObjC++ classes, rdar://9660007. 2011-06-23 21:21:33 +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
Transforms.cpp [arcmt] Remove rewriteAllocCopyWithZone transformation; not needed anymore. 2011-06-23 21:21:28 +00:00
Transforms.h [arcmt] Fully migrate ObjC++ classes, rdar://9660007. 2011-06-23 21:21:33 +00:00