[PATCH] D37976: [docs][refactor] add refactoring engine design documentation

2017-09-29 Thread Alex Lorenz via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. arphaman marked 2 inline comments as done. Closed by commit rL314509: [docs][refactor] Add refactoring engine design documentation (authored by arphaman). Changed prior to commit: https://reviews.llvm.org/D37976?vs=115638

[PATCH] D37976: [docs][refactor] add refactoring engine design documentation

2017-09-26 Thread Eric Liu via Phabricator via cfe-commits
ioeric accepted this revision. ioeric added a comment. This revision is now accepted and ready to land. Lgtm. Thanks for the documentation! Now we just need to try to keep it up-to-date ;) Comment at: docs/RefactoringEngine.rst:33 +operations (rules). These rules are grouped u

[PATCH] D37976: [docs][refactor] add refactoring engine design documentation

2017-09-18 Thread Alex Lorenz via Phabricator via cfe-commits
arphaman created this revision. This patch adds a refactoring engine design document that talks about the design and provides several example of how the engine can be used. Repository: rL LLVM https://reviews.llvm.org/D37976 Files: docs/RefactoringEngine.rst docs/index.rst Index: docs/