muttleyxd / clang-tools-static-binaries

static-linked versions of clang tools for Linux, Mac OS X and Windows, available in AUR as clang-format-static-bin
The Unlicense
162 stars 55 forks source link

clang-tools (clang-format, clang-query, clang-tidy) static binaries

Download

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

Motivation behind this repo

I use 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:

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)