Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

C: splint

LCD 47 edited this page Apr 21, 2013 · 9 revisions

Maintainer: LCD 47 [email protected]

Splint is a tool for statically checking C programs for security vulnerabilities, see the official page for details.

Checker options:

The setting g:syntastic_splint_config_file allows you to define a file that contains additional compiler arguments like include directories or CFLAGS. If none is given the filename defaults to .syntastic_splint_config. This file is expected to contain one splint option per line.

Clone this wiki locally