[PATCH] D27515: [change-namespace] move template class forward-declarations and don't move fwd-decls in classes.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 7 04:32:21 PST 2016


ioeric created this revision.
ioeric added a reviewer: bkramer.
ioeric added a subscriber: cfe-commits.

Forward declarations in moved namespaces should be moved back to the old
namespaces. We should also move template class forward declarations.

Also fix a bug that moves forward declarations of nested classes.


https://reviews.llvm.org/D27515

Files:
  change-namespace/ChangeNamespace.cpp
  change-namespace/ChangeNamespace.h
  unittests/change-namespace/ChangeNamespaceTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27515.80571.patch
Type: text/x-patch
Size: 6223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161207/89d5b204/attachment.bin>


More information about the cfe-commits mailing list