[PATCH] D27059: [clang-move] Enable dump all declarations in old header.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 23 09:58:36 PST 2016


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

- Add -dump_dels option to dump all declarations from old header. It will allow clang-move used as a frontend to get declarations from header. Further more, this will make debugging stuff easier.Currently only support dumpng class/function types.
- Refactoring code a little bit by creating a ClangMoveContext which holds all options for ClangMoveTool, which can simplify the code in some degree.


https://reviews.llvm.org/D27059

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: D27059.79119.patch
Type: text/x-patch
Size: 30618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161123/335bde86/attachment-0001.bin>


More information about the cfe-commits mailing list