Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [objcmt] When rewriting to array/dictionary literals, add an explicit | Argyrios Kyrtzidis | 2012-05-14 | 1 | -0/+1 |
| | | | | | | | | cast to 'id' for any argument that requires it. Part of rdar://11438360. llvm-svn: 156782 | ||||
* | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 2012-03-06 | 1 | -0/+501 |
the new Objective-C NSArray/NSDictionary/NSNumber literal syntax. This introduces a new library, libEdit, which provides a new way to support migration of code that improves on the original ARC migrator. We now believe that most of its functionality can be refactored into the existing libraries, and thus this new library may shortly disappear. llvm-svn: 152141 |