Splint: Difference between revisions
Appearance
Created page with "==Description== A tool for static code analysis of C files, static analysers like these tipically catch bugs that compilers miss. ==Version== '''* Latest Version''': 3...." |
|||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
A tool for static code analysis of [[C]] files, static analysers like these | A tool for static code analysis of [[C]] files, static analysers like these typically catch bugs that compilers miss. | ||
==Version== | ==Version== |
Revision as of 12:08, 16 November 2014
Description
A tool for static code analysis of C files, static analysers like these typically catch bugs that compilers miss.
Version
* Latest Version: 3.1.2
Links
- Official Web Site: http://www.splint.org/download.html
- CVS: http://sourceforge.net/projects/splint/
- OS/2 binaries: http://www.the-little-red-haired-girl.org/pub/splint/index.html
License
The source code is released under the MIT License while the binaries are release under the GNU GPL v2 License.
Author
- David Evans
- OS/2 port by Herbert Martin Dietze