On Mon, Feb 3, 2025 at 5:58 AM JohnyTheCarrot via Gcc <gcc@gcc.gnu.org> wrote:
> Dear Basile and other GCC friends, > > I may have not been clear about the purpose of my code. > It does not analyze code, it merely formats / constructs diagnostics for > printing to a terminal. > > I am looking to perhaps contribute the format or presentation of > this tool to GCC as an option, utilizing the existing diagnostics > and code analysis already built into GCC, and merely presenting > it in a different manner. > You'll want to coordinate with David Malcolm, who has been making a lot of improvements to GCC diagnostic output lately and is generally in charge of diagnostics. Jason