One question, otherwise LGTM. Very nice!

================
Comment at: cpp11-migrate/AddOverride/AddOverride.cpp:75
@@ +74,2 @@
+// and thus register the factory.
+volatile int AddOverrideTransformAnchorSource = 0;
----------------
Where is this trick documented?

================
Comment at: cpp11-migrate/Core/Transform.cpp:131
@@ -130,4 +130,3 @@
 
-FrontendActionFactory *
-Transform::createActionFactory(MatchFinder &Finder) {
+FrontendActionFactory *Transform::createActionFactory(MatchFinder &Finder) {
   return new ActionFactory(Finder, /*Owner=*/ *this);
----------------
This change is unrelated to your patch. Please undo.


http://llvm-reviews.chandlerc.com/D1196
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to