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
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
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/