[all-commits] [llvm/llvm-project] 3a0a2a: [clangd] Implement hot index reloading for clangd-...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Wed Sep 16 02:12:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3a0a2a6347f5a79ebfba2cc2b763dd02001d9baa
https://github.com/llvm/llvm-project/commit/3a0a2a6347f5a79ebfba2cc2b763dd02001d9baa
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M clang-tools-extra/clangd/index/remote/server/Server.cpp
Log Message:
-----------
[clangd] Implement hot index reloading for clangd-index-server
This patch adds a mechanism to load new versions of index into
clangd-index-server using SwapIndex and FileStatus information about last
modification time without downtime.
Reviewed By: kadircet
Differential Revision: https://reviews.llvm.org/D87450
More information about the All-commits
mailing list