cpp-linter / clang-tools-static-binaries

static-linked versions of clang tools for Linux, Mac OS X and Windows
The Unlicense
2 stars 1 forks source link
clang-apply-replacements clang-format clang-query clang-tidy clang-tools-extra

clang-tools static binaries

Build Test

Includes clang-format, clang-tidy, clang-query and clang-apply-replacements.

The supported versions are as follows:

OS/Version 18 17 16 15 14 13 12 11 10 9 8 7
Linux 64 ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Window 64 ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
macOS 64 ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️

Download

Grab clang-tools static binaries for your platform from Releases tab!

Motivation behind this repo

I used to contribute to different repositories and they often use different versions of clang-format.

I could either compile clang-format for each one I want to have or I could try messing up with my package system (I use Arch Linux btw) and try installing all of them on my system. This can very quickly get out of hand, hence I created this repository.

These binaries aim to:

This repository (cpp-linter/clang-tools-static-binaries) is forked from muttleyxd/clang-tools-static-binaries.

How can I trust this repository?

More clang-tools

If there's any interest I could add more tools, or a build for new OS (ex. FreeBSD)