[cfe-commits] r152141 - in /cfe/trunk: include/clang-c/ include/clang/ARCMigrate/ include/clang/Basic/ include/clang/Driver/ include/clang/Edit/ include/clang/Frontend/ include/clang/Rewrite/ lib/ lib/ARCMigrate/ lib/Basic/ lib/Driver/ lib/Edit/ lib/Frontend/ lib/FrontendTool/ lib/Rewrite/ test/ARCMT/ tools/arcmt-test/ tools/c-arcmt-test/ tools/driver/ tools/libclang/ unittests/Frontend/ unittests/Lex/

Ted Kremenek kremenek at apple.com
Mon Jan 7 00:25:47 PST 2013


Argyrios is the best one to answer this question at this point.

On Jan 6, 2013, at 8:57 PM, Nico Weber <thakis at chromium.org> wrote:

> On Tue, Mar 6, 2012 at 12:06 PM, Ted Kremenek <kremenek at apple.com> wrote:
>> Author: kremenek
>> Date: Tue Mar  6 14:06:33 2012
>> New Revision: 152141
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=152141&view=rev
>> Log:
>> Add new code migrator support for migrating existing Objective-C code to use
>> 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.
> 
> Is this still the plan?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130107/a4ec1a49/attachment.html>


More information about the cfe-commits mailing list