Files
clang-p2996/mlir/lib/Tools/lsp-server-support/Transport.cpp
Nikolay Panchenko 3ac5d8da61 [mlir-lsp] Abstract input and output of the JSONTransport (#129320)
The patch abstracts sending and receiving json messages of
`JSONTransport` to allow custom implementation of them. For example, one
concrete implementation can use pipes without a need to convert file
descriptor to a `FILE` object.
2025-03-14 12:31:28 -04:00

12 KiB