llvm-project/clang-tools-extra/clangd/index
Kadir Cetinkaya 4581bf31bb
[clangd] Dont index deeply nested symbols
This is fix for some timeouts and OOM problems faced while indexing an
auto-generated file with thousands of nested lambdas.

Differential Revision: https://reviews.llvm.org/D101066
2021-04-27 12:34:56 +02:00
..
dex [clangd] Use URIs instead of paths in the index file list 2021-03-06 10:47:05 +03:00
remote [clangd] Replace usages of dummy with more descriptive words 2021-03-22 12:49:24 +01:00
Background.cpp [clangd] Use URIs instead of paths in the index file list 2021-03-06 10:47:05 +03:00
Background.h [clangd] Remove some obsolete options that are now always on 2021-02-01 17:24:03 +01:00
BackgroundIndexLoader.cpp
BackgroundIndexLoader.h
BackgroundIndexStorage.cpp
BackgroundQueue.cpp [clangd] Explicitly avoid background-indexing the same file twice. 2021-01-13 17:29:30 +01:00
BackgroundRebuild.cpp
BackgroundRebuild.h
CanonicalIncludes.cpp [clangd] Group filename calculations in SymbolCollector, and cache mroe. 2021-03-11 12:59:26 +01:00
CanonicalIncludes.h [clangd] Group filename calculations in SymbolCollector, and cache mroe. 2021-03-11 12:59:26 +01:00
FileIndex.cpp [clangd] Group filename calculations in SymbolCollector, and cache mroe. 2021-03-11 12:59:26 +01:00
FileIndex.h [clangd] Take into account what is in the index (symbols, references, etc.) at indexes merge 2021-02-05 13:35:07 +03:00
Index.cpp [clangd] Take into account what is in the index (symbols, references, etc.) at indexes merge 2021-02-05 13:35:07 +03:00
Index.h [clangd] Perform merging for stale symbols in MergeIndex 2021-03-30 11:09:51 +02:00
IndexAction.cpp [clangd] Dont index deeply nested symbols 2021-04-27 12:34:56 +02:00
IndexAction.h
MemIndex.cpp [clangd] Use URIs instead of paths in the index file list 2021-03-06 10:47:05 +03:00
MemIndex.h [clangd] Take into account what is in the index (symbols, references, etc.) at indexes merge 2021-02-05 13:35:07 +03:00
Merge.cpp [clangd] Perform merging for stale symbols in MergeIndex 2021-03-30 11:09:51 +02:00
Merge.h [clangd] Take into account what is in the index (symbols, references, etc.) at indexes merge 2021-02-05 13:35:07 +03:00
ProjectAware.cpp [clangd] Make ProjectAwareIndex optionally sync 2021-03-11 20:30:35 +01:00
ProjectAware.h [clangd] Make ProjectAwareIndex optionally sync 2021-03-11 20:30:35 +01:00
Ref.cpp
Ref.h
Relation.cpp [clangd] Add OverridenBy Relation to index. 2020-11-18 06:59:49 +01:00
Relation.h [clangd] Add OverridenBy Relation to index. 2020-11-18 06:59:49 +01:00
Serialization.cpp Fix signed/unsigned comparison warning. NFCI. 2021-01-26 15:04:49 +00:00
Serialization.h
Symbol.cpp
Symbol.h
SymbolCollector.cpp [clangd] Group filename calculations in SymbolCollector, and cache mroe. 2021-03-11 12:59:26 +01:00
SymbolCollector.h [clangd] Group filename calculations in SymbolCollector, and cache mroe. 2021-03-11 12:59:26 +01:00
SymbolID.cpp
SymbolID.h
SymbolLocation.cpp
SymbolLocation.h
SymbolOrigin.cpp [clangd] Add symbol origin for remote index 2020-11-28 15:38:11 +01:00
SymbolOrigin.h [clangd] Add symbol origin for remote index 2020-11-28 15:38:11 +01:00
YAMLSerialization.cpp