hanchenye-llvm-project/clang-tools-extra/clangd/index
Kadir Cetinkaya 6675be8747 [clangd] Use thread pool for background indexing.
Reviewers: sammccall, ioeric

Reviewed By: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, jfb, cfe-commits

Differential Revision: https://reviews.llvm.org/D53651

llvm-svn: 345590
2018-10-30 12:13:27 +00:00
..
dex [clangd] Fix unqualified make_unique after r344850. NFC 2018-10-20 17:40:12 +00:00
Background.cpp [clangd] Use thread pool for background indexing. 2018-10-30 12:13:27 +00:00
Background.h [clangd] Use thread pool for background indexing. 2018-10-30 12:13:27 +00:00
CanonicalIncludes.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
CanonicalIncludes.h [clangd] Get rid of regexes in CanonicalIncludes 2018-08-22 13:51:19 +00:00
FileIndex.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
FileIndex.h [clangd] Optionally use dex for the preamble parts of the dynamic index. 2018-10-16 08:53:52 +00:00
Index.cpp [clangd] Truncate SymbolID to 16 bytes. 2018-10-24 06:58:42 +00:00
Index.h [clangd] Hide position line and column fields. 2018-10-24 12:56:41 +00:00
IndexAction.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
IndexAction.h [clangd] Collect refs from headers. 2018-10-17 08:38:36 +00:00
MemIndex.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
MemIndex.h [clangd] Add symbol slab size to index memory consumption estimates 2018-09-10 11:46:07 +00:00
Merge.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
Merge.h [clangd] expose MergedIndex class 2018-10-04 14:20:22 +00:00
Serialization.cpp [clangd] Truncate SymbolID to 16 bytes. 2018-10-24 06:58:42 +00:00
Serialization.h [clangd] clangd-indexer gathers refs and stores them in index files. 2018-10-04 14:09:55 +00:00
SymbolCollector.cpp [clangd] Do not query index for new name completions. 2018-10-24 15:24:29 +00:00
SymbolCollector.h [clangd] Collect refs from headers. 2018-10-17 08:38:36 +00:00
YAMLSerialization.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00