summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT/GC-no-finalize-removal.m
Commit message (Collapse)AuthorAgeFilesLines
* Remove all DISABLE lines from testsAlp Toker2013-12-081-1/+0
| | | | | | | | There's no evidence that a 'DISABLE' directive ever existed. Let's see if anything breaks.. llvm-svn: 196733
* [arcmt] GC migrator: don't try to remove redundant __strong, it doesArgyrios Kyrtzidis2012-02-251-3/+1
| | | | | | | | more harm than good. Fixes rdar://10522805&10521433 llvm-svn: 151424
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-261-0/+92
leaves "finalize' behind and in arc mode, does not include it. This allows the migrated source to be compiled in both gc and arc mode. // rdar://10532441 llvm-svn: 149079
OpenPOWER on IntegriCloud