[PATCH] D28895: [clang-move] Also move using decls which are defined in header file.
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 19 05:22:56 PST 2017
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.
https://reviews.llvm.org/D28895
More information about the cfe-commits
mailing list