Skip to content

API Reference

The clang-tools package exposes the following Python modules:

clang_tools.main

Main entry point for the unified clang-tools CLI.

View source

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.

View source

Handles downloading, verifying (SHA512), and symlinking clang tool binaries from static binary releases.


clang_tools.util

Utility functions shared across the package.

View source


clang_tools.wheel

Python wheel installation module (integrated into unified CLI).

View source

Provides wheel-based installation via cpp-linter-hooks. Now accessible through the unified clang-tools install command.