Skip to main content
5 of 9
Added flint.
Morwenn
  • 20.2k
  • 15
  • 19

C / C++

  • coverity (commercial, free for open source)

  • Cppcheck, an open-source static analyzer

  • flint, another open-source static analyzer

  • gcc

Website: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html


Simply compiling code with -Wall -Wextra -pedantic options catches quite a number of potential or actual problems.

Edward
  • 67.2k
  • 12
  • 17