Details
Details
- Reviewers
sammccall
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Server-side tracing looks nice, but you'll need some flags to allow actually extracting a trace, right?
clang-tools-extra/clangd/index/remote/server/Server.cpp | ||
---|---|---|
62 | Nit: this is "LookupRequest" on the client side. I'd suggest just the same on the server, or "Recv.LookupRequest" or so? to make it easier to correspond them | |
63 | you don't do this on the client side, but could | |
63 | prefer DebugString over ShortDebugString, the missing newlines can make it hard to follow | |
92 | you don't do this on the client side, but should |
clang-tools-extra/clangd/index/remote/server/Server.cpp | ||
---|---|---|
63 | Do you mean logging RPCRequest there? Done now. |
Nit: this is "LookupRequest" on the client side. I'd suggest just the same on the server, or "Recv.LookupRequest" or so? to make it easier to correspond them