[PATCH] D25369: [clang-move] Better support enclosing class.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 7 07:03:21 PDT 2016


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

- When moving an outermost enclosing class, all its nested classes should also be moved together.
- Add a test for not moving nested class.


https://reviews.llvm.org/D25369

Files:
  clang-move/ClangMove.cpp
  test/clang-move/Inputs/multiple_class_test.cpp
  test/clang-move/Inputs/multiple_class_test.h
  test/clang-move/move-multiple-classes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25369.73928.patch
Type: text/x-patch
Size: 4802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161007/9b2ebd90/attachment.bin>


More information about the cfe-commits mailing list