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 and clang-query.
7
+
Includes clang-format, clang-tidy, clang-query and clang-apply-replacements.
8
+
9
+
The supported versions are as follows:
10
+
11
+
|OS/Version |17|16|15|14|13|12|11|10|9|8|7|
12
+
|---|---|---|---|---|---|---|---|---|---|---|---|
13
+
|Linux 64|✔️|✔️|✔️|✔️|✔️|✔️|✔️|✔️| ✔️|✔️|✔️|✔️|
14
+
|Window 64|✔️|✔️|✔️|✔️|✔️|✔️|✔️|✔️| ✔️|✔️|✔️|✔️|
15
+
|macOS 64|✔️|✔️|✔️|✔️|✔️|✔️|✔️|✔️| ✔️|✔️|✔️|✔️|
8
16
9
17
## Download
10
18
@@ -21,6 +29,8 @@ These binaries aim to:
21
29
- be as small as possible
22
30
- not require any additional dependencies apart from OS itself
23
31
32
+
This repository ([cpp-linter/clang-tools-static-binaries](https://github.com/cpp-linter/clang-tools-static-binaries)) is forked from [muttleyxd/clang-tools-static-binaries](https://github.com/muttleyxd/clang-tools-static-binaries).
33
+
24
34
## How can I trust this repository?
25
35
26
36
- Verify sha512sums of binaries against output from GitHub Actions to make sure binaries are not modified
0 commit comments