About Anaconda Help Download Anaconda

A static analysis tool for C/C++ code.

copied from cf-staging / cppcheck

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v2.16.0
  • linux-aarch64 v2.16.0
  • osx-64 v2.16.0
  • win-64 v2.15.0
  • linux-ppc64le v2.16.0
  • osx-arm64 v2.16.0

conda install

To install this package run one of the following:
conda install conda-forge::cppcheck
conda install conda-forge/label/cf201901::cppcheck
conda install conda-forge/label/cf202003::cppcheck
conda install conda-forge/label/gcc7::cppcheck

Description

Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives).


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy