[llvm-bugs] [Bug 41085] New: [clangd] [Language Server Protocol] Please provide an option to connect via sockets (tcp:port)
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Mar 15 06:57:36 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41085
Bug ID: 41085
Summary: [clangd] [Language Server Protocol] Please provide an
option to connect via sockets (tcp:port)
Product: clang
Version: 7.0
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: eran.ifrah at gmail.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
neeilans at live.com, richard-llvm at metafoo.co.uk
Hi,
The current implementation (Windows 64, 7.0.1) only offers the ability to
connect via stdin/stdout/stderr.
Ideally, I would like to be able to connect to clangd via socket. To me, its
seems to natural of communicating between processes (and also there are many
libraries offering good sockets implementation so one does not need to dive
into the CreateProcess and duplicate handles to allow the communication :/
Thanks!
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190315/f20fc311/attachment.html>
More information about the llvm-bugs
mailing list