We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aeeaead + 7d5f0d6 commit 535235bCopy full SHA for 535235b
clang/lib/Index/IndexingAction.cpp
@@ -604,6 +604,7 @@ class IndexRecordASTConsumer : public ASTConsumer {
604
}
605
606
bool HandleTopLevelDecl(DeclGroupRef DG) override {
607
+ llvm::PrettyStackTraceFormat trace("indexing");
608
return IndexCtx->indexDeclGroupRef(DG);
609
610
@@ -612,6 +613,7 @@ class IndexRecordASTConsumer : public ASTConsumer {
612
613
614
615
void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override {
616
617
IndexCtx->indexDeclGroupRef(DG);
618
619
0 commit comments