diff options
author | Gabor Marton <gabor.marton@ericsson.com> | 2019-08-06 09:52:21 +0000 |
---|---|---|
committer | Gabor Marton <gabor.marton@ericsson.com> | 2019-08-06 09:52:21 +0000 |
commit | f89c8f20e1e6c3d8db89e53ac367e4ee69a5415d (patch) | |
tree | 2d1b3791b6f6e7e228c1ad0e4a2d087cc2ce7de1 /clang/docs/index.rst | |
parent | ced419f4d76a2f8bcd8647f0792e0fc20ad351ed (diff) | |
download | bcm5719-llvm-f89c8f20e1e6c3d8db89e53ac367e4ee69a5415d.tar.gz bcm5719-llvm-f89c8f20e1e6c3d8db89e53ac367e4ee69a5415d.zip |
Add User docs for ASTImporter
Summary:
This document includes the description of the ASTImporter from the user/client
perspective.
A subsequent patch will describe the development internals.
Reviewers: a_sidorin, shafik, gamesh411, balazske, a.sidorin
Subscribers: rnkovacs, dkrupp, arphaman, Szelethus, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D65573
llvm-svn: 368009
Diffstat (limited to 'clang/docs/index.rst')
-rw-r--r-- | clang/docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/index.rst b/clang/docs/index.rst index 73468705bcf..13e5fbfd4d5 100644 --- a/clang/docs/index.rst +++ b/clang/docs/index.rst @@ -61,6 +61,7 @@ Using Clang as a Library RAVFrontendAction LibASTMatchersTutorial LibASTMatchers + LibASTImporter HowToSetupToolingForLLVM JSONCompilationDatabase RefactoringEngine |