[Bug other/115970] RFE: add support for sending SARIF output to a pipe
dmalcolm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 31 15:28:47 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115970
--- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
>From what I can tell, in Microsoft's implementation the JSON-RPC messages are
being "packaged" or "framed" via LSP's base protocol, as per:
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#baseProtocol
but the notifications are a subset of SARIF.
More information about the Gcc-bugs
mailing list