OCLint – static code analysis tool

OCLint is a static code analysis tool for improving quality and reducing defects by inspecting C, C++ and Objective-C code.

This is free and open source software.

Key Features

  • Looks for potential issues that aren’t visible to compilers including:
    • Possible bugs – empty if/else/try/catch/finally statements.
    • Unused code – unused local variables and parameters.
    • Complicated code – high cyclomatic complexity, NPath complexity and high NCSS.
    • Redundant code – redundant if statement and useless parentheses.
    • Code smells – long method and long parameter list.
    • Bad practices – inverted logic and parameter reassignment.

Website: github.com/oclint/oclint
Support:
Developer: Ryuichi Intellectual Property and the OCLint project contributor
License: BSD 3-Clause “New” or “Revised” License

OCLint is written in C++. Learn C++ with our recommended free books and free tutorials.

Related Software

C and C++ Linters
OCLintStatic code analysis tool for improving quality and reducing defects
cpplintStatic code checker for C++
UncrustifySource code beautifer
Include What You UseSource analysis tool for C and C++ projects built on Clang
CppcheckStatic analysis tool for C/C++ code
ClangFormatCode formatting tool
Clang-TidyClang-based C++ “linter” tool

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted