kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #19499
Re: Release candidate - using common code base?
Le 29/07/2015 13:19, Bob Gustafson a écrit :
> How good is cppcheck compared to Coverity?
>
> Is cppcheck being used in the KiCad development?
>
It is far from Coverity if your are talking power of debug.
But it is very easy to install and use.
I am using it as a first test to find common mistakes (for instance not
initialized members in classes, large arguments passed by value and some
other issues).
It is for me a good tool for basic but useful tests.
--
Jean-Pierre CHARRAS
References