@@ -33,7 +33,7 @@ Features
3333
3434- Binaries are statically linked for improved portability.
3535- Binaries are checked with SHA512 checksum. This ensures:
36-
36+
3737 1. Downloads are not corrupted.
3838 2. Old binary builds can be updated.
3939- Installed binaries are symbolically linked for better cross-platform usage.
@@ -124,27 +124,27 @@ Supported versions
124124clang-format
125125************
126126.. 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"
128128 :stub-columns: 1
129129
130- Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
131- Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
132- macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
130+ Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
131+ Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
132+ macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
133133
134134clang-tidy
135135**********
136136.. 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"
138138 :stub-columns: 1
139139
140- Linux,❌,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
141- Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
142- macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
140+ Linux,❌,❌, ✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
141+ Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
142+ macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
143143
144144Know issues:
145145
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
148148
149149Thanks to the project
150150`clang-tools-static-binaries <https://github.com/muttleyxd/clang-tools-static-binaries >`_
0 commit comments