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 | |
|---|---|
| OCLint | Static code analysis tool for improving quality and reducing defects |
| cpplint | Static code checker for C++ |
| Uncrustify | Source code beautifer |
| Include What You Use | Source analysis tool for C and C++ projects built on Clang |
| Cppcheck | Static analysis tool for C/C++ code |
| ClangFormat | Code formatting tool |
| Clang-Tidy | Clang-based C++ “linter” tool |
Read our verdict in the software roundup.
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. |

