[all-commits] [llvm/llvm-project] 5a1bc6: [clangd] NFC: Add client-side logging for remote i...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Wed Dec 9 12:41:03 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a1bc69f811059b8f62d381e3526d92fffa7d91a
https://github.com/llvm/llvm-project/commit/5a1bc69f811059b8f62d381e3526d92fffa7d91a
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M clang-tools-extra/clangd/index/remote/Client.cpp
Log Message:
-----------
[clangd] NFC: Add client-side logging for remote index requests
Figuring out whether the server is responding and debugging issues with remote
index setup is no easy task: add verbose logging for client side RPC requests
to relieve some pain.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D92181
More information about the All-commits
mailing list