]> granicus.if.org Git - clang/commit
[index] Added a method indexTopLevelDecls to run indexing on a list of Decls.
authorIlya Biryukov <ibiryukov@google.com>
Fri, 14 Jul 2017 10:47:45 +0000 (10:47 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Fri, 14 Jul 2017 10:47:45 +0000 (10:47 +0000)
commit1c7fd213d5fa86593c18a45fa00a67a53dd36b5b
tree2bdbfdae6d0a714d9ff9e26166b9e94fe20fd37c
parentf0526fce681321909e4f3c1e6345fe7c184d1fb8
[index] Added a method indexTopLevelDecls to run indexing on a list of Decls.

Summary:
We need it in clangd for refactoring that replaces ASTUnit
with manual AST management.

Reviewers: akyrtzi, benlangmuir, arphaman, klimek

Reviewed By: arphaman

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D35405

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308016 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/IndexingAction.h
lib/Index/IndexingAction.cpp