[PATCH] D26966: [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 22 05:19:33 PST 2016


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

- --new_depend_on_old: new header will include old header
- --old_depend_on_new: old header will include new header.


https://reviews.llvm.org/D26966

Files:
  clang-move/ClangMove.cpp
  clang-move/ClangMove.h
  clang-move/tool/ClangMoveMain.cpp
  unittests/clang-move/ClangMoveTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26966.78853.patch
Type: text/x-patch
Size: 11131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161122/9f1a0ad4/attachment-0001.bin>


More information about the cfe-commits mailing list