[PATCH] D25282: [clang-move] Cleanup around replacements.

2016-10-06 Thread Haojian Wu via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL283424: [clang-move] Cleanup around replacements. (authored by hokein). Changed prior to commit: https://reviews.llvm.org/D25282?vs=73663&id=73786#toc Repository: rL LLVM https://reviews.llvm.org/D2

[PATCH] D25282: [clang-move] Cleanup around replacements.

2016-10-05 Thread Eric Liu via cfe-commits
ioeric accepted this revision. ioeric added a comment. This revision is now accepted and ready to land. Lg https://reviews.llvm.org/D25282 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-com

[PATCH] D25282: [clang-move] Cleanup around replacements.

2016-10-05 Thread Haojian Wu via cfe-commits
hokein created this revision. hokein added a reviewer: ioeric. hokein added a subscriber: cfe-commits. cleanup the remaining empty namespace after moving out the class defintitions. https://reviews.llvm.org/D25282 Files: clang-move/ClangMove.cpp clang-move/ClangMove.h clang-move/tool/Clan