Static analysis

Alex White alex.white at oarcorp.com
Mon May 15 15:02:56 UTC 2023


You should be able to use `bear` (https://github.com/rizsotto/Bear). I have it installed via my package manager.

After a `./waf clean`, run `bear -- ./waf` to generate compile_commands.json. Then you should be able to run `cppcheck --project=compile_commands.json`.

Alex


More information about the devel mailing list