[cfe-dev] More C++11 Migration Tools

Douglas Gregor dgregor at apple.com
Thu Nov 1 16:20:44 PDT 2012


On Nov 1, 2012, at 11:06 AM, Philip Reames <listmail at philipreames.com> wrote:

> 
> On 10/31/2012 10:33 AM, Douglas Gregor wrote:
> 
>> Yes, we'd like to have a single "C++11 migrator" binary that can do
>> multiple transforms. And I *definitely* think it's good to start with
>> the simpler transformations, so we can get the basic architecture in
>> place without having to also work on a ton of logic for individual
>> migration steps.
> I would suggest that we get the tools submitted to a shared repository in their current form before trying to merge them.  This was the tools are available to anyone who wants to use them while the merge work is happening.


Personally, I'd rather see us refactor in place to get the architecture we like, then start building that out with additional migration steps. If adding a new migration step isn't super-easy, we should go refactor some more.

	- Doug



More information about the cfe-dev mailing list