You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Includes clang-format, clang-tidy, clang-query and clang-apply-replacements.
8
+
Includes **[clang-format](https://clang.llvm.org/docs/ClangFormat.html), [clang-tidy](https://clang.llvm.org/extra/clang-tidy/), [clang-query](https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clang-query) and [clang-apply-replacements](https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clang-apply-replacements)**.
> * clang-tidy-18_macosx-amd64 - Reason: tried: '/usr/lib/libz.1.dylib' (no such file)
20
-
> * clang-tidy-19_macosx-amd64 - File size exceeds 2GB, unable to upload to GitHub releases.
28
+
> clang-tidy-19_macosx-amd64 - File size exceeds 2GB, unable to upload to GitHub releases. See #40
21
29
22
30
## Download
23
31
24
-
Grab clang-tools static binaries for your platform from [Releases](https://github.com/cpp-linter/clang-tools-static-binaries/releases) tab!
32
+
* Download clang-tools static binaries for your platform from the [Releases](https://github.com/cpp-linter/clang-tools-static-binaries/releases) tab.
33
+
* Alternatively, use the [clang-tools CLI](https://github.com/cpp-linter/clang-tools-pip) to download and manage them.
25
34
26
35
## Motivation behind this repo
27
36
@@ -40,8 +49,4 @@ This repository ([cpp-linter/clang-tools-static-binaries](https://github.com/cpp
40
49
41
50
- Verify sha512sums of binaries against output from GitHub Actions to make sure binaries are not modified
42
51
- Fork this repository and run GitHub actions on your behalf
43
-
- Build manually using steps using commands from [.github/workflows](https://github.com/cpp-linter/clang-tools-static-binaries/tree/master/.github/workflows)
44
-
45
-
## More clang-tools
46
-
47
-
If there's any interest I could add more tools, or a build for new OS (ex. FreeBSD)
52
+
- Build and test manually using steps and commands from [.github/workflows](https://github.com/cpp-linter/clang-tools-static-binaries/tree/master/.github/workflows)
0 commit comments