[PATCH] D28228: [clang-move] Support moving enum declarations.
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 3 06:17:24 PST 2017
ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.
Lg
================
Comment at: clang-move/ClangMove.cpp:456
+void ClangMoveTool::addMovedAndDeletedDecl(const NamedDecl *D) {
+ MovedDecls.push_back(D);
----------------
Remove this?
https://reviews.llvm.org/D28228
More information about the cfe-commits
mailing list