slackbuilds/development/cppcheck
B. Watson e1b8857130 development/cppcheck: Fix shebang.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-03-25 13:27:20 +00:00
..
README development/cppcheck: Updated for version 1.46. 2010-12-31 18:59:52 -06:00
cppcheck.SlackBuild development/cppcheck: Fix shebang. 2017-03-25 13:27:20 +00:00
cppcheck.info development/cppcheck: Updated for version 1.76. 2016-10-15 05:57:58 +07:00
slack-desc development/cppcheck: Updated for version 1.72. 2016-01-25 07:25:02 +07:00

README

Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers
and many other analysis tools, it doesn't detect syntax errors.  Cppcheck
only detects the types of bugs that the compilers normally fail to detect.
The goal is to have no false positives.

To supplement Cppcheck, it is recommended that you enable as many
compiler warnings as possible.  For the GCC compiler, take a look
at http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html for a
comprehensive list of warning options that GCC supports.  At a minimum,
it is recommended that you enable -Wall, -Wextra, and -pedantic

If you do not want to install the manual pages, you can run the build
script like this:  MAKEMAN=no ./cppcheck.SlackBuild