summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2017-09-29 12:21:38 +0000
committerAlex Lorenz <arphaman@gmail.com>2017-09-29 12:21:38 +0000
commitcb0496ffd71adcb5f792c06087490e4567b72324 (patch)
treecce2d5b0b1b95778b75bb9259b72f4897f4c4e75 /docs/index.rst
parent94efed908a60ba04964f220f0822e3463d0dcc38 (diff)
[docs][refactor] Add refactoring engine design documentation
This commit adds a refactoring engine design document that talks about the design and provides several example of how the engine can be used. Differential Revision: https://reviews.llvm.org/D37976 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 0097ebbf65..daf943a60b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -60,6 +60,7 @@ Using Clang as a Library
LibASTMatchers
HowToSetupToolingForLLVM
JSONCompilationDatabase
+ RefactoringEngine
Using Clang Tools
=================