Skip to content
/ cscppc Public

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

License

Notifications You must be signed in to change notification settings

csutils/cscppc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4293c8c · Feb 26, 2025
Feb 26, 2025
Jun 20, 2024
Jul 20, 2022
Jul 20, 2022
Jul 22, 2024
Jul 21, 2022
Nov 4, 2014
Aug 12, 2021
Jan 31, 2023
Jul 20, 2022
Feb 22, 2013
Jul 21, 2022
Aug 12, 2021
Nov 12, 2024
Aug 12, 2021

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published