API Reference
The clang-tools package exposes the following Python modules:
clang_tools.main¶
Main entry point for the unified clang-tools CLI.
Provides the clang-tools command-line interface for installing
and managing clang tool binaries and Python wheels.
clang_tools.install¶
Installation logic for clang tool binaries.
Handles downloading, verifying (SHA512), and symlinking clang tool binaries from static binary releases.
clang_tools.util¶
Utility functions shared across the package.
clang_tools.wheel¶
Python wheel installation module (integrated into unified CLI).
Provides wheel-based installation via cpp-linter-hooks. Now
accessible through the unified clang-tools install command.