This is an archive of the discontinued LLVM Phabricator instance.

[clang-move] Also move using decls which are defined in header file.
Needs RevisionPublic

Authored by hokein on Jan 19 2017, 2:34 AM.

Details

Reviewers
ioeric

Event Timeline

hokein created this revision.Jan 19 2017, 2:34 AM
ioeric requested changes to this revision.Jan 19 2017, 5:22 AM

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.

This revision now requires changes to proceed.Jan 19 2017, 5:22 AM