[PATCH] D35405: [index] Added a method indexTopLevelDecls to run indexing on a list of Decls.
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 14 03:24:51 PDT 2017
ilya-biryukov marked 2 inline comments as done.
ilya-biryukov added inline comments.
================
Comment at: lib/Index/IndexingAction.cpp:181
+void index::indexTopLevelDecls(ASTContext &Ctx, ArrayRef<const Decl *> Decls,
+ std::shared_ptr<IndexDataConsumer> DataConsumer,
+ IndexingOptions Opts) {
----------------
arphaman wrote:
> clang-format?
Sorry, didn't rerun it after a rename of the method. Fixed now.
https://reviews.llvm.org/D35405
More information about the cfe-commits
mailing list