[PATCH] D39092: [clang-refactor] Add "-Inplace" option to the commandline tool.

2017-10-20 Thread Haojian Wu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316212: [clang-refactor] Add "-Inplace" option to the commandline tool. (authored by hokein). Repository: rL LLVM https://reviews.llvm.org/D39092 Files: cfe/trunk/test/Refactor/tool-apply-replacemen

[PATCH] D39092: [clang-refactor] Add "-Inplace" option to the commandline tool.

2017-10-19 Thread Alex Lorenz via Phabricator via cfe-commits
arphaman accepted this revision. arphaman added a comment. This revision is now accepted and ready to land. LGTM https://reviews.llvm.org/D39092 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/c

[PATCH] D39092: [clang-refactor] Add "-Inplace" option to the commandline tool.

2017-10-19 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. Change clang-refactor default behavior to print the new code after refactoring (instead of editing the source files), which would make it easier to use and debug the refactoring action. https://reviews.llvm.org/D39092 Files: test/Refactor/tool-apply-replacements.