llvm-project/clang-tools-extra/clangd/index
Kadir Cetinkaya f8537b3c69 [clangd] Use llvm::set_thread_priority in background-index
Reviewers: gribozavr

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

Tags: #clang

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

llvm-svn: 358664
2019-04-18 13:46:40 +00:00
..
dex [clangd] lower_bound -> bsearch, NFC 2019-04-17 07:00:36 +00:00
Background.cpp [clangd] Use llvm::set_thread_priority in background-index 2019-04-18 13:46:40 +00:00
Background.h [clangd] Use llvm::set_thread_priority in background-index 2019-04-18 13:46:40 +00:00
BackgroundIndexStorage.cpp [clangd] Store index in '.clangd/index' instead of '.clangd-index' 2019-02-20 19:08:06 +00:00
CanonicalIncludes.cpp [clangd] Include insertion: require header guards, drop other heuristics, treat .def like .inc. 2019-04-17 10:36:02 +00:00
CanonicalIncludes.h [clangd] Include insertion: require header guards, drop other heuristics, treat .def like .inc. 2019-04-17 10:36:02 +00:00
FileIndex.cpp Moved SymbolOrigin into its own header and implementation file 2019-02-28 12:31:49 +00:00
FileIndex.h Moved Symbol into its own header and implementation file 2019-02-28 13:23:03 +00:00
Index.cpp Moved Ref into its own header and implementation file 2019-02-28 13:49:25 +00:00
Index.h [clangd] Fix an out-of-date FIXME, NFC. 2019-03-14 10:01:07 +00:00
IndexAction.cpp Disable warnings when indexing as a standalone action. 2019-03-28 17:07:28 +00:00
IndexAction.h [clangd] Respect Origin option in createStaticIndexingAction 2019-03-11 11:01:14 +00:00
MemIndex.cpp [clangd] Show template argument list in workspacesymbols and documentsymbols responses 2019-04-12 10:09:37 +00:00
MemIndex.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Merge.cpp Moved Symbol into its own header and implementation file 2019-02-28 13:23:03 +00:00
Merge.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Ref.cpp [clangd] Deduplicate Refs on the fly. 2019-03-08 09:26:30 +00:00
Ref.h [clangd] Use capacity() instead of size() in RefSlab::bytes() 2019-04-02 08:24:37 +00:00
Serialization.cpp [clangd] Bump clangd-index version for TemplateArgument changes 2019-04-15 09:18:57 +00:00
Serialization.h Moved Symbol into its own header and implementation file 2019-02-28 13:23:03 +00:00
Symbol.cpp [clangd] lower_bound -> bsearch, NFC 2019-04-17 07:00:36 +00:00
Symbol.h [clangd] Add TemplateArgumentList into Symbol 2019-04-12 10:09:24 +00:00
SymbolCollector.cpp [clangd] Recognize "don't include me directly" pattern, and suppress include insertion. 2019-04-17 18:33:07 +00:00
SymbolCollector.h [clangd] Recognize "don't include me directly" pattern, and suppress include insertion. 2019-04-17 18:33:07 +00:00
SymbolID.cpp [clangd] NFC: fix clang-tidy warnings. 2019-01-25 15:14:03 +00:00
SymbolID.h Moved DenseMap support for SymbolID into SymbolID.h 2019-02-28 11:00:44 +00:00
SymbolLocation.cpp Moved SymbolLocation into its own header and implementation file 2019-02-28 11:02:01 +00:00
SymbolLocation.h [clangd] Support utf-8 offsets (rather than utf-16) as a protocol extension 2019-03-27 17:47:49 +00:00
SymbolOrigin.cpp [clangd] Use identifiers in file as completion candidates when build is not ready. 2019-04-11 09:36:36 +00:00
SymbolOrigin.h [clangd] Use identifiers in file as completion candidates when build is not ready. 2019-04-11 09:36:36 +00:00
YAMLSerialization.cpp [clangd] Add TemplateArgumentList into Symbol 2019-04-12 10:09:24 +00:00