This is an archive of the discontinued LLVM Phabricator instance.

[docs][refactor] add refactoring engine design documentation
ClosedPublic

Authored by arphaman on Sep 18 2017, 6:52 AM.

Details

Summary

This patch adds a refactoring engine design document that talks about the design and provides several example of how the engine can be used.

Diff Detail

Repository
rL LLVM

Event Timeline

ioeric accepted this revision.Sep 25 2017, 10:45 PM

Lgtm.

Thanks for the documentation! Now we just need to try to keep it up-to-date ;)

docs/RefactoringEngine.rst
33 ↗(On Diff #115638)

s/subcommand/command/ ?

141 ↗(On Diff #115638)

Var name s/Rule/Rules/ ?

This revision is now accepted and ready to land.Sep 25 2017, 10:45 PM
This revision was automatically updated to reflect the committed changes.
arphaman marked 2 inline comments as done.