This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4581bf31bb83: [clangd] Dont index deeply nested symbols
(authored by kadircet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
h
kadircet updated this revision to Diff 340091.
kadircet added a comment.
- Move depth check into a helper and add tests for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101066/new/
https://reviews.llvm.org/D101066
Files:
clang-tools-extra/c
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clang-tools-extra/clangd/index/IndexAction.cpp:142
this->Opts.ShouldTraverseDecl = [this](const Decl *D) {
+ // Many operations performed duri
kadircet updated this revision to Diff 339960.
kadircet added a comment.
Herald added a subscriber: cfe-commits.
- Revert unrelated changes in tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101066/new/
https://reviews.llvm.org/D101066
Files: