This is an archive of the discontinued LLVM Phabricator instance.

[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
(instead of editing the source files), which would make it easier to use
and debug the refactoring action.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Oct 19 2017, 6:01 AM
This revision is now accepted and ready to land.Oct 19 2017, 9:38 AM
This revision was automatically updated to reflect the committed changes.