| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
The cpp-linter organization delivers clang-format, clang-tidy, and other LLVM tools as ready-to-use packages across GitHub Actions, pre-commit hooks, CLI, Docker, and more — no building from source.
| Your goal | Start here | One-liner |
|---|---|---|
| CI/CD linting | cpp-linter-action | Add to .github/workflows/ |
| Pre-commit linting | cpp-linter-hooks | Add to .pre-commit-config.yaml |
| Cross-platform CLI | clang-tools-pip | pip install clang-tools |
| macOS native | homebrew-tap | brew tap cpp-linter/tap && brew install clang-tools |
| Version management | asdf-clang-tools | asdf plugin add clang-format ... |
| Docker images | clang-tools-docker | docker pull ... |
| Static binaries | clang-tools-static-binaries | Download from releases |
📖 Browse every repository on the organization page →
![]() shenxianpeng |
![]() 2bndy5 |
We welcome contributions of all kinds — bug reports, feature requests, documentation improvements, and code.
Made with ❤️ by the cpp-linter community
A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.
static-linked versions of clang tools for Linux, Mac OS X and Windows
A CLI tool that scans a batch of files with clang-tidy and/or clang-format, then provides feedback in the form of comments, annotations, summaries, and reviews.
Install clang-format, clang-tidy, clang-query, clang-apply-replacements and clang-include-cleaner binaries with clang-tools CLI.
Homebrew tap for clang-tools-static-binaries — clang-format, clang-tidy, clang-query, clang-apply-replacements, clang-include-cleaner
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |