https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110522
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egallager at gcc dot gnu.org --- Comment #5 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to David Malcolm from comment #4) > But it would also be nice to support multiple output streams e.g. > > -fdiagnostics-format=text,sarif-file=path/to/foo.sarif Yeah, I was hoping for multiple output streams myself, to be able to bring things closer to how `clang --analyze` operates (outputs analysis results to both stdout and a plist file)