This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5a1bc69f8110: [clangd] NFC: Add client-side logging for
remote index requests (authored by kbobyrev).
Repository:
rG LLVM Github Monorepo
CHANGES
kbobyrev updated this revision to Diff 310616.
kbobyrev added a comment.
Change logging format to be consistent with another patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92181/new/
https://reviews.llvm.org/D92181
Files:
clang-tools-extra
kbobyrev updated this revision to Diff 310614.
kbobyrev added a comment.
Rebase on top of master.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92181/new/
https://reviews.llvm.org/D92181
Files:
clang-tools-extra/clangd/index/remote/Client.cpp
kbobyrev updated this revision to Diff 310357.
kbobyrev marked 3 inline comments as done.
kbobyrev added a comment.
Address review comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92181/new/
https://reviews.llvm.org/D92181
Files:
clang-to
sammccall added inline comments.
Comment at: clang-tools-extra/clangd/index/remote/Client.cpp:45
Context.AddMetadata("version", clang::getClangToolFullVersion("clangd"));
-std::chrono::system_clock::time_point Deadline =
-std::chrono::system_clock::now() + Deadli
kbobyrev updated this revision to Diff 307869.
kbobyrev added a comment.
Switch Deadline type to `const auto`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92181/new/
https://reviews.llvm.org/D92181
Files:
clang-tools-extra/clangd/index/remote/
kbobyrev created this revision.
kbobyrev added a reviewer: sammccall.
Herald added subscribers: cfe-commits, usaxena95, arphaman.
Herald added a project: clang.
kbobyrev requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.
Figuring out whether the server is respondi