ioeric added a comment.

Do we consider enum helpers?



================
Comment at: clang-move/ClangMove.cpp:171
+    assert(ED);
+    MoveTool->getMovedDecls().push_back(ED);
+    MoveTool->getUnremovedDeclsInOldHeader().erase(ED);
----------------
These 3 lines seen to be repeated. Maybe pull them out as a `MoveTool` method?


https://reviews.llvm.org/D28228



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to