Spazio IT has tested Clang Static Analyzer and Facebook Infer by running both tools against the same code base, i.e. Naviserver (a high performance web server written in C).
Here you are with the reports produced by the two tools:
This is Naviserver codebase, displayed in SonarQube.
It must be noticed that Clang is able to handle huge codebases, while FB Infer is not. For example the results of Clang analysis, applied to Node.js with the command “scanbuild make”, are available here; on the contrary FB Infer analysis applied to the same codebase with the command “infer — make” fails to execute properly.
Your comments are welcome!