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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D39092
[clang-refactor] Add "-Inplace" option to the commandline tool. ClosedPublic Authored by hokein on Oct 19 2017, 6:01 AM.
Details Summary Change clang-refactor default behavior to print the new code after refactoring
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 19 2017, 9:38 AM Closed by commit rL316212: [clang-refactor] Add "-Inplace" option to the commandline tool. (authored by hokein). · Explain WhyOct 20 2017, 5:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 119647 cfe/trunk/test/Refactor/tool-apply-replacements.cpp
cfe/trunk/tools/clang-refactor/ClangRefactor.cpp
|