• Stars
    star
    161
  • Rank 233,470 (Top 5 %)
  • Language
  • License
    The Unlicense
  • Created over 4 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

static-linked versions of clang tools for Linux, Mac OS X and Windows, available in AUR as clang-format-static-bin

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:

  • be as small as possible
  • not require any additional dependencies apart from OS itself

How can I trust this repository?

  • Verify sha512sums of binaries against output from GitHub Actions to make sure binaries are not modified
  • Fork this repository and run GitHub actions on your behalf
  • Build manually using steps using commands from .github/workflows

More clang-tools

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