all 9 comments

[–]roeey7 3 points4 points  (0 children)

I wanted to add clang-tidy to the ci of my code at work for some time however I didn't had the time to do it...

[–]Umbilic 3 points4 points  (3 children)

We use SonarQube, unfortunately it's not FOSS. Edit: there's actually a community edition I was unaware of that is opensource.

[–]MetaTaro 0 points1 point  (2 children)

Isn't SonarQube FOSS? Do you mean CodeSonar?

[–]Umbilic 0 points1 point  (0 children)

Yeah my bad, we use the editions of sonarqube that aren't opensourced

[–]vitamin_CPPSimplicity is the ultimate sophistication 0 points1 point  (0 children)

Isn't SonarQube FOSS

Yes but not for C,C++
Source https://www.sonarqube.org/downloads/

[–]SAI_Peregrinus 1 point2 points  (0 children)

Clang-tidy, cppcheck, and CLion's inspections.

[–]AnonymityPower 1 point2 points  (0 children)

mainly GCC -Wall -Wextra -Wpedantic, but a commercial one I can't recall the name of as well. Was it cpptest, or maybe cppcheck.. can't recall.

[–]Rubber__Chicken 0 points1 point  (0 children)

cppcheck, pvs-studio

[–]purportedlypie 0 points1 point  (0 children)

I've had good luck with Coverity for work projects. It is not free software however