[PATCH] D28895: [clang-move] Also move using decls which are defined in header file.

2017-01-19 Thread Eric Liu via Phabricator via cfe-commits
ioeric requested changes to this revision. ioeric added a comment. This revision now requires changes to proceed. Per offline discussion, this change is not intact - we want using decls in headers to be moveable symbols as well since it can have references outside of the local TU.

[PATCH] D28895: [clang-move] Also move using decls which are defined in header file.

2017-01-19 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. https://reviews.llvm.org/D28895 Files: clang-move/ClangMove.cpp test/clang-move/Inputs/multiple_class_test.h test/clang-move/move-multiple-classes.cpp Index: test/clang-move/move-multiple-classes.cpp