[clangd] Reuse buffer for JSONTransport::sendMessage
Allocate a Buffer in the JSONTransport to be used when sending messages to the client. This gets reused each time a message is sent, reducing in fewer malloc, which is always a bonus. Reviewed By: sammccall Differential Revision: https://reviews.llvm.org/D93531
Loading
Please sign in to comment