[all-commits] [llvm/llvm-project] 036a1b: [clangd] Always run preamble indexing on a separat...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Tue Jul 18 23:51:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 036a1b2202cb71aacfa72ef15145a88dc50a02cf
https://github.com/llvm/llvm-project/commit/036a1b2202cb71aacfa72ef15145a88dc50a02cf
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M clang-tools-extra/clangd/ClangdServer.cpp
M clang-tools-extra/clangd/ClangdServer.h
Log Message:
-----------
[clangd] Always run preamble indexing on a separate thread
This has been the default in our production setup for weeks now,
showing great improvements to latency and no problems around stability or
correctness of the results.
Differential Revision: https://reviews.llvm.org/D155619
More information about the All-commits
mailing list