C/C++ Workflow
The C/C++ Workflow consists of the following steps (steps in red are performed manually or with the help of third part tools; steps in black are performed with the help of the SAFacilitator; steps in blue are performed from within SonarQube user interface):
- Get the codebase, Compile it and Obtain the Compilation Database
- Normalize the Compilation Database
- Generate the Static Analyzers Configuration Files according to your needs
- Run the Static Analyzers
- Configure SonarQube Analyses
- Gather Static Analyzers Results into SonarQube
- Review Results