@@ -33,7 +33,7 @@ Features
33
33
34
34
- Binaries are statically linked for improved portability.
35
35
- Binaries are checked with SHA512 checksum. This ensures:
36
-
36
+
37
37
1. Downloads are not corrupted.
38
38
2. Old binary builds can be updated.
39
39
- Installed binaries are symbolically linked for better cross-platform usage.
@@ -124,27 +124,27 @@ Supported versions
124
124
clang-format
125
125
************
126
126
.. csv-table ::
127
- :header: "Version", "14", "13", "12.0.1", "12", "11", "10", "9", "8", "7", "6", "5", "4", "3.9"
127
+ :header: "Version", "15", " 14", "13", "12.0.1", "12", "11", "10", "9", "8", "7", "6", "5", "4", "3.9"
128
128
:stub-columns: 1
129
129
130
- Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
131
- Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
132
- macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
130
+ Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
131
+ Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
132
+ macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
133
133
134
134
clang-tidy
135
135
**********
136
136
.. csv-table ::
137
- :header: "Version", "14", "13", "12.0.1", "12", "11", "10", "9", "8", "7", "6", "5", "4", "3.9"
137
+ :header: "Version", "15", " 14", "13", "12.0.1", "12", "11", "10", "9", "8", "7", "6", "5", "4", "3.9"
138
138
:stub-columns: 1
139
139
140
- Linux,❌,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
141
- Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
142
- macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
140
+ Linux,❌,❌, ✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
141
+ Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
142
+ macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
143
143
144
144
Know issues:
145
145
146
- 1. clang-tidy-14 has Segmentation fault on Ubuntu 22.02.
147
- 2. clang-format -14 is over 1 GB for MacOSX
146
+ 1. clang-tidy-14 and clang-tidy-15 has Segmentation fault on Ubuntu 22.02.
147
+ 2. clang-tidy -14 and clang-tidy-15 is over 1 GB for MacOSX
148
148
149
149
Thanks to the project
150
150
`clang-tools-static-binaries <https://github.com/muttleyxd/clang-tools-static-binaries >`_
0 commit comments