csutils / cscppc

A compiler wrapper that runs Clang Analyzer, Cppcheck, GCC Analyzer or Smatch in the background

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cscppc
======
cscppc is a compiler wrapper that runs cppcheck in background.  Create a
symbolic link to cscppc named as your compiler (gcc, g++, ...) and put it
to your $PATH.  cscppc --help prints usage to standard error output.  You
can find the up2date sources in the following repository:

    https://github.com/csutils/cscppc

cscppc is licensed under GPLv3+, see COPYING for details.  Please report bugs
and feature requests on GitHub using the above URL.


csclng
------
csclng is a compiler wrapper that runs the Clang analyzer in background.


csgcca
------
csgcca is a compiler wrapper that runs the GCC analyzer in background.


csmatch
-------
csmatch is an experimental compiler wrapper that runs smatch in background.

About

A compiler wrapper that runs Clang Analyzer, Cppcheck, GCC Analyzer or Smatch in the background

License:GNU General Public License v3.0


Languages

Language:C 46.0%Language:Shell 38.5%Language:CMake 12.5%Language:Makefile 3.0%