<div dir="ltr">I'm interested in a way to collect unique errors/diagnostics over multiple files in a single build. Does such a thing exist? e.g. some kind of database that could be shared between multiple concurrent instances of clang which would allow me to review all unique errors across an entire code base, ideally in real time but perhaps once the build completes would be okay to start with too. Thanks.</div>