[cfe-commits] [PATCH] Port loop-convert into cpp11-migrate

Manuel Klimek klimek at google.com
Wed Jan 2 06:23:24 PST 2013


  So, you say that the user will get different output depending on whether they say
  "transform1,transform2" or "transform2,transform1"?
  I would say that's complicated and (hopefully) unnecessary.

  Same for re-application - if we need to run a certain transform multiple times, I wouldn't wan the user to have to specify that. As a user, I want to say "apply the following C++11 transformations - do whatever you need to do to maximize the cases found and still have correct output".

http://llvm-reviews.chandlerc.com/D251



More information about the cfe-commits mailing list