[clang-tools-extra] Add new tool: clang-read-diagnostics (PR #118522)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 06:50:29 PST 2024


https://github.com/AaronBallman commented:

I'd like to understand the motivation for the tool a bit better. IMO, the goal should be to deprecate serialized diagnostics because we are now able to emit diagnostics to SARIF instead, and the whole point to SARIF is to be a machine-readable interchange format for diagnostic information to be shared between tools. So if we want to promote SARIF for sharing diagnostics between tools, it seems like we don't really need a tool to deserialized diagnostics we've serialized.

CC @cjdb for awareness, as he's been working on SARIF support.

https://github.com/llvm/llvm-project/pull/118522


More information about the cfe-commits mailing list