LDRA Testbed!

LDRA Testbed alternatives

  • Cppcheck

  • Cppcheck is an 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).

    tags: Portable analysis-tool bugs c++check c-plus-plus
  • PVS-Studio

  • PVS-Studio is a static analyzer that detects errors in source code of C, C++ and C# applications. The PVS-Studio tool is intended for developers of contemporary applications and it integrates into the Visual Studio 2005/2008/2010/2012/2013 environment. PVS-Studio for Linux: http://www.viva64.com/en/b/0441/

    tags: bugs c-plus-plus c-sharp cpp-development developer-tools