summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT
Commit message (Collapse)AuthorAgeFilesLines
...
* [arcmt] Add test for rdar://9601437.Argyrios Kyrtzidis2011-06-241-0/+13
| | | | llvm-svn: 133807
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ↵Argyrios Kyrtzidis2011-06-241-2/+2
| | | | | | | | 'ownership', not 'lifetime'. rdar://9477613. llvm-svn: 133779
* [arcmt] Fully migrate ObjC++ classes, rdar://9660007.Argyrios Kyrtzidis2011-06-232-0/+62
| | | | llvm-svn: 133763
* [arcmt] Remove rewriteAllocCopyWithZone transformation; not needed anymore.Argyrios Kyrtzidis2011-06-234-179/+0
| | | | llvm-svn: 133762
* [arcmt] Make -Warc-unsafe-retained-assign an error when migrating. ↵Argyrios Kyrtzidis2011-06-221-0/+12
| | | | | | rdar://8939557 llvm-svn: 133627
* [arcmt] Always add '__bridge' cast when 'self' is cast to a C pointer. ↵Argyrios Kyrtzidis2011-06-202-4/+16
| | | | | | rdar://9644061 llvm-svn: 133480
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the ↵Argyrios Kyrtzidis2011-06-187-5/+134
| | | | | | | | initialization of SourceManager because it is going to modify the input file. llvm-svn: 133323
* [arcmt] Fix test for MSVC build.Argyrios Kyrtzidis2011-06-162-2/+2
| | | | llvm-svn: 133183
* [arcmt] Fix the test when running in Lion.Argyrios Kyrtzidis2011-06-162-2/+2
| | | | llvm-svn: 133167
* Give arcmt-test an explicit triple for this test.John McCall2011-06-162-2/+2
| | | | llvm-svn: 133165
* [arcmt] Fix tests in non-darwin.Argyrios Kyrtzidis2011-06-164-4/+4
| | | | llvm-svn: 133140
* [arcmt] Make arcmt-test accept cc1 options to make it more portable and ↵Argyrios Kyrtzidis2011-06-1635-53/+37
| | | | | | hopefully fix MSVC failures. llvm-svn: 133119
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-1542-0/+2003
for this. llvm-svn: 133104
OpenPOWER on IntegriCloud