SkillAgentSearch skills...

Oclint

A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C

Install / Use

/learn @oclint/Oclint
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

OCLint - https://oclint.org

GitHub Actions Status

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

It looks for potential problems that aren't visible to compilers, for example:

  • 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
  • ...

For more information, visit https://oclint.org

View on GitHub
GitHub Stars3.9k
CategoryDevelopment
Updated1d ago
Forks494

Languages

C++

Security Score

95/100

Audited on Mar 31, 2026

No findings