[Bug other/115970] New: RFE: add support for sending SARIF output to a pipe
dmalcolm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 17 18:56:09 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115970
Bug ID: 115970
Summary: RFE: add support for sending SARIF output to a pipe
Product: gcc
Version: unknown
Status: UNCONFIRMED
Keywords: SARIF
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: dmalcolm at gcc dot gnu.org
Target Milestone: ---
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3358r0.html#msvc
describes a feature of Visual Studio 2022 version 17.8. which can send its
diagnostics in SARIF form to a pipe:
https://learn.microsoft.com/en-us/cpp/build/reference/sarif-output?view=msvc-170#retrieving-sarif-through-a-pipe
This looks useful for IDE consumption.
Maybe GCC should implement a similar feature?
More information about the Gcc-bugs
mailing list