How to build a project and analyze it using clang static analyzer and get output to sarif?
I’m looking for a way to integrate Clang Static Analyzer into my build process to wrap the project build and analyze it, capturing the analysis results in SARIF for further processing and integration with other tools.