Software Alternatives, Accelerators & Startups

Static Code analysis

Cppcheck
  1. Cppcheck is an analysis tool for C/C++ code. It detects the types of bugs that the compilers normally fail to detect. The goal is no false positives. CppCheckDownload cppcheck for free.
    Pricing:
    • Open Source

    #Code Analysis #Code Coverage #Development 10 social mentions

  2. The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C...
    No one static analyzer catches everything. It's best to run multiple. Popular ones are cppcheck, clang-analyzer, GCC static analyzer in GCC 10+, flawfinder, lizard.

    #Code Analysis #Code Coverage #Development 7 social mentions

Discuss: Static Code analysis

Log in or Post with