This is an archive of the discontinued LLVM Phabricator instance.

[clangd] log request/response messages with method/ID/error at INFO level
ClosedPublic

Authored by sammccall on Jul 12 2018, 2:14 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall created this revision.Jul 12 2018, 2:14 AM
hokein accepted this revision.Jul 12 2018, 4:28 AM

LGTM.

clangd/JSONRPCDispatcher.cpp
138 ↗(On Diff #155132)

nit I'd suggest putting this statement immediately after the above FIXME, it took me a while to understand why it is 1.

This revision is now accepted and ready to land.Jul 12 2018, 4:28 AM
This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.