hanchenye-llvm-project/clang/test/ARCMT
Argyrios Kyrtzidis 37ad0091c3 [arcmt] Try fixing the windows buildbot.
llvm-svn: 139262
2011-09-07 21:50:18 +00:00
..
Inputs [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. 2011-07-09 20:00:58 +00:00
with space [arcmt] Try fixing the windows buildbot. 2011-09-07 21:50:18 +00:00
Common.h [arcmt] More automatic transformations and safety improvements; rdar://9615812 : 2011-07-27 05:28:18 +00:00
api.m [arcmt] More automatic transformations and safety improvements; rdar://9615812 : 2011-07-27 05:28:18 +00:00
api.m.result [arcmt] More automatic transformations and safety improvements; rdar://9615812 : 2011-07-27 05:28:18 +00:00
assign-prop-no-arc-runtime.m Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
assign-prop-no-arc-runtime.m.result [arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'retain' -> 'strong', and add 2011-07-13 19:22:00 +00:00
assign-prop-with-arc-runtime.m [arcmt] When checking whether properties needs to be strong or not, take into account 2011-08-10 21:46:48 +00:00
assign-prop-with-arc-runtime.m.result [arcmt] When checking whether properties needs to be strong or not, take into account 2011-08-10 21:46:48 +00:00
atautorelease-2.m
atautorelease-2.m.result
atautorelease-3.m
atautorelease-3.m.result
atautorelease-check.m [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initialization of SourceManager 2011-06-18 00:53:41 +00:00
atautorelease.m [arcmt] More automatic transformations and safety improvements; rdar://9615812 : 2011-07-27 05:28:18 +00:00
atautorelease.m.result [arcmt] More automatic transformations and safety improvements; rdar://9615812 : 2011-07-27 05:28:18 +00:00
autoreleases.m
autoreleases.m.result
check-api.m [arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe 2011-07-18 07:44:45 +00:00
checking.m [arcmt] It's not safe to remove the -release on "[[someivar delegate] release];" since it's very likely 2011-07-15 23:48:56 +00:00
cxx-checking.mm In ARC mode, consider Objective-C lifetime types (object pointers and 2011-07-12 17:28:52 +00:00
cxx-rewrite.mm [arcmt] Fix test/ARCMT/remove-statements.m regression due to 2011-09-01 20:53:18 +00:00
cxx-rewrite.mm.result [arcmt] Fully migrate ObjC++ classes, rdar://9660007. 2011-06-23 21:21:33 +00:00
dealloc.m
dealloc.m.result
driver-migrate.m Tweak two tests with MSYS-bash tolerant. 2011-07-11 16:21:34 +00:00
init.m
init.m.result
migrate-emit-errors.m [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +00:00
migrate-plist-output.m [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +00:00
migrate-space-in-path.m [arcmt] Try fixing the windows buildbot. 2011-09-07 21:50:18 +00:00
migrate.m [arcmt] Clear out temporary dirs in the tests or we may get failures because of leftovers. 2011-09-01 21:53:39 +00:00
nonobjc-to-objc-cast-2.m [arcmt] More automatic transformations and safety improvements; rdar://9615812 : 2011-07-27 05:28:18 +00:00
nonobjc-to-objc-cast.m [arcmt] More automatic transformations and safety improvements; rdar://9615812 : 2011-07-27 05:28:18 +00:00
nonobjc-to-objc-cast.m.result [arcmt] More automatic transformations and safety improvements; rdar://9615812 : 2011-07-27 05:28:18 +00:00
releases-driver.m [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initialization of SourceManager 2011-06-18 00:53:41 +00:00
releases-driver.m.result [arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'retain' -> 'strong', and add 2011-07-13 19:22:00 +00:00
releases.m [arcmt] More automatic transformations and safety improvements; rdar://9615812 : 2011-07-27 05:28:18 +00:00
releases.m.result [arcmt] More automatic transformations and safety improvements; rdar://9615812 : 2011-07-27 05:28:18 +00:00
remove-dealloc-method.m
remove-dealloc-method.m.result [arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'retain' -> 'strong', and add 2011-07-13 19:22:00 +00:00
remove-dealloc-zerouts.m objective-c: reverse patch for // rdar://9818354 2011-08-01 22:39:49 +00:00
remove-dealloc-zerouts.m.result objective-c: reverse patch for // rdar://9818354 2011-08-01 22:39:49 +00:00
remove-statements.m [arcmt] Fix test/ARCMT/remove-statements.m regression due to 2011-09-01 20:53:18 +00:00
remove-statements.m.result
retains.m [arcmt] Emit an error for unused -autorelease messages. 2011-07-14 21:26:49 +00:00
retains.m.result [arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'retain' -> 'strong', and add 2011-07-13 19:22:00 +00:00
rewrite-block-var.m Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
rewrite-block-var.m.result Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
safe-arc-assign.m
safe-arc-assign.m.result
with-arc-mode-check.m [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
with-arc-mode-migrate.m [arcmt] Clear out temporary dirs in the tests or we may get failures because of leftovers. 2011-09-01 21:53:39 +00:00
with-arc-mode-migrate.m.result [arcmt] Clear out temporary dirs in the tests or we may get failures because of leftovers. 2011-09-01 21:53:39 +00:00
with-arc-mode-modify.m [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
with-arc-mode-modify.m.result [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