.. |
ARCMT.cpp
|
[arcmt] Make sure migrating to ARC works even if '-fobjc-arc' is included in command-line flags. rdar://9567824
|
2011-07-14 00:17:54 +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] Add weak/unsafe_unretained for "@property (readonly)" when we are @synthesizing it.
|
2011-07-13 19:47:57 +00:00 |
TransRetainReleaseDealloc.cpp
|
[arcmt] Rewrite to "foo = nil;" not "foo = 0;", as suggested by Jordy.
|
2011-07-15 22:04:00 +00:00 |
TransUnbridgedCasts.cpp
|
[arcmt] Don't remove retains/releases on a global variable, flag them with errors. rdar://9402555.
|
2011-07-14 23:32:04 +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
|
Switch comments about 'macro instantiation' to 'macro expansion' in
|
2011-07-15 00:04:31 +00:00 |
Transforms.cpp
|
[arcmt] Don't remove retains/releases on a global variable, flag them with errors. rdar://9402555.
|
2011-07-14 23:32:04 +00:00 |
Transforms.h
|
[arcmt] Don't remove retains/releases on a global variable, flag them with errors. rdar://9402555.
|
2011-07-14 23:32:04 +00:00 |