diff options
author | Sean Donner <sean.donner@gmail.com> | 2010-12-29 11:22:53 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-31 18:59:52 -0600 |
commit | 1cb6cf94d18f033ce22f0ac2ed0706d2e381cbd8 (patch) | |
tree | 59a27d7ecf135c50543a8fa3472f08490ee8733a /development/cppcheck/README | |
parent | b1eb7646843d89fe09fca6969a6056193594aa5e (diff) | |
download | slackbuilds-1cb6cf94d18f033ce22f0ac2ed0706d2e381cbd8.tar.gz |
development/cppcheck: Updated for version 1.46.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/cppcheck/README')
-rw-r--r-- | development/cppcheck/README | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/development/cppcheck/README b/development/cppcheck/README index 634a18c7a5..f9741d43c0 100644 --- a/development/cppcheck/README +++ b/development/cppcheck/README @@ -1,13 +1,13 @@ -Cppcheck is an analysis tool for C/C++ code. Unlike C/C++ compilers and many -other analysis tools, we don'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. +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 +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 +If you do not want to install the manual pages, you can run the build +script like this: MAKEMAN=no ./cppcheck.SlackBuild |