llvm-project/clang-tools-extra/clangd/index
Kadir Cetinkaya 9190f17a7c
[clangd] Add std::size_t to StdSymbol mapping
This is a common symbol that's missing from our mapping because
cppreference yields multiple headers.

Add it manually by picking cstddef to prevent insertion of some stdlib-internal
headers instead.

Fixes https://github.com/clangd/clangd/issues/666.

Differential Revision: https://reviews.llvm.org/D95423
2021-01-26 17:53:07 +01:00
..
dex [clangd] Ignore the static index refs from the dynamic index files. 2020-12-18 15:36:30 +03:00
remote [clangd] Fix a missing override keyword, NFC. 2021-01-21 11:06:43 +01:00
Background.cpp [clangd] Explicitly avoid background-indexing the same file twice. 2021-01-13 17:29:30 +01:00
Background.h [clangd] Explicitly avoid background-indexing the same file twice. 2021-01-13 17:29:30 +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] Add std::size_t to StdSymbol mapping 2021-01-26 17:53:07 +01:00
CanonicalIncludes.h [clangd] Describe non-handling of most IWYU pragmas. NFC 2020-10-05 20:50:26 +02:00
FileIndex.cpp [clangd] Index local classes, virtual and overriding methods. 2021-01-19 16:18:48 +01:00
FileIndex.h [clangd] Introduce memory dumping to FileIndex, FileSymbols and BackgroundIndex 2020-10-12 15:25:29 +02:00
Index.cpp [clangd][SwapIndex] ensure that the old index is alive while we are using it via the function returned by `SwapIndex::indexedFiles()` call 2021-01-22 16:26:39 +03:00
Index.h [clangd] Ignore the static index refs from the dynamic index files. 2020-12-18 15:36:30 +03:00
IndexAction.cpp [clangd] Index local classes, virtual and overriding methods. 2021-01-19 16:18:48 +01:00
IndexAction.h
MemIndex.cpp [clangd] Ignore the static index refs from the dynamic index files. 2020-12-18 15:36:30 +03:00
MemIndex.h [clangd] Ignore the static index refs from the dynamic index files. 2020-12-18 15:36:30 +03:00
Merge.cpp [clangd][SwapIndex] ensure that the old index is alive while we are using it via the function returned by `SwapIndex::indexedFiles()` call 2021-01-22 16:26:39 +03:00
Merge.h [clangd][fuzzyFind] Do not show stale symbols in the result. 2021-01-06 11:17:12 +03:00
ProjectAware.cpp [clangd] Ignore the static index refs from the dynamic index files. 2020-12-18 15:36:30 +03:00
ProjectAware.h [clangd] Use ProjectAwareIndex in ClangdMain 2020-11-22 20:59:38 +01:00
Ref.cpp
Ref.h [clangd] Store the containing symbol for refs 2020-11-04 03:21:45 -05:00
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] Index local classes, virtual and overriding methods. 2021-01-19 16:18:48 +01:00
SymbolCollector.h [clangd] Index local classes, virtual and overriding methods. 2021-01-19 16:18:48 +01:00
SymbolID.cpp
SymbolID.h [clangd] Value initialize SymbolIDs 2020-11-02 11:37:47 +01:00
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