Has anyone looked at support for static analysis tools in Builder?
In particular does Builder have any way of capturing SARIF data from analyzers and working with it? (e.g. visualizing predicted execution paths through the code, data about whether the warning is new or has been seen before, CWE metadata, etc).
FWIW I’m the maintainer of GCC’s static analyzer, of GCC’s diagnostics subsystem and, of GCC’s SARIF output; I’m also on the SARIF standard committee (and was involved in GNOME many years ago)