Software Alternatives & Reviews

Which gcc flags to use to make sure the code is valid and there is no undefined behaviour?

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 #Code Review 10 social mentions

  2. The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C...

    #Code Analysis #Code Coverage #Development 7 social mentions

Discuss: Which gcc flags to use to make sure the code is valid and there is no undefined behaviour?

Log in or Post with