================
@@ -101,6 +103,8 @@ class IndexASTConsumer final : public ASTConsumer {
std::shared_ptr<IndexingContext> IndexCtx;
std::shared_ptr<Preprocessor> PP;
std::function<bool(const Decl *)> ShouldSkipFunctionBody;
+ bool DeferIndexingToEndOfTranslationUnit;
+ std::vector<DeclGroupRef> TopLevelDecls;
----------------
HighCommander4 wrote:
Ah, right, of course. I overlooked that.
https://github.com/llvm/llvm-project/pull/169742
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits