The clang analyzer should be a good option to kiskadee. It is slower than cppcheck, but can catch more true positives (the way that cppcheck analyze the source code is a bit simple).
Already exists a parser to clang-analyzer on firehose.
What do you think @athoscr?
Yes, we should definitely do it! If I recall correctly, it requires compilation with clang in order to run the analysis. In this case, we must improve the way we handle errors in kiskadee, since some projects will not compile with clang.
Metadata Update from @davidcarlos: - Issue status updated to: Closed (was: Open)