Front-end to process compile_commands.json file and run various static analysis tools against it
Project description
processcdb
Simple front-end tool that can run various static analysis tools by reading the required information from compile_commands.json.
Provides output formatting for integration to other tools, parallerization when needed, ability to override/reconfigure compiler flags and such on per "tool" plugin requirements.
Current development is done mainly on Windows but should work on any platform where you have python, working development environment for your own project and analyzer. Currently supported ones:
- clang-tidy
- cppcheck
- lizard
Support for clang static analyzer might be re-enabled later.
New scanners can be added later.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.