oclint/oclint
A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 69
- Release rhythm 40
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 451
- age_days: 5010
- days_rel: 191
- days_push: 191
- n_releases_24m: 2
Adoption not part of the score
3896 stars · 496 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
OCLint is a static source code analysis tool for C, C++, and Objective-C that inspects the abstract syntax tree to find bugs, unused code, complexity issues, and code smells. It runs as a command-line tool with dynamically loadable rules, designed for integration into continuous inspection workflows.
Use cases
- find potential bugs in c++ code
- static analysis for objective-c
- detect code smells and long methods
- measure cyclomatic complexity
- lint c code in ci pipeline
- find unused variables and dead code
When to choose
- you need static analysis for C, C++, or Objective-C
- you want extensible, dynamically loaded linting rules
- you want to enforce code quality gates in CI
When to avoid
- you analyze languages other than C/C++/Objective-C
- you need a fully maintained tool with frequent releases
- you want an IDE-integrated linter rather than a CLI
Facets
cli-tool · maturity maintenance
linter developer-tools code-review developer-tools testing parsers cli cpp static-analysis objective-c code-quality clang ci linux macos
2 sources
- readme: https://github.com/oclint/oclint · fetched 2026-08-28 · 5fa4c7465cd9
- homepage: http://oclint.org · fetched 2026-08-29 · e8a211959ae2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| oclint/oclint | main | 65 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem