Skip to content

Commit 53d1168

Browse files
authored
docs: update README.rst to support v20 and drop v7 (#113)
1 parent eea1edb commit 53d1168

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.rst

+5-14
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ clang-tools CLI
1515
.. |sonar-badge| image:: https://sonarcloud.io/api/project_badges/measure?project=cpp-linter_clang-tools-pip&metric=alert_status
1616
:target: https://sonarcloud.io/summary/new_code?id=cpp-linter_clang-tools-pip
1717
:alt: sonarcloud
18-
.. |platfrom-badge| image:: https://img.shields.io/badge/platform-linux--64%20%7C%20win--64%20%7C%20osx--64%20-blue
18+
.. |platform-badge| image:: https://img.shields.io/badge/platform-linux--64%20%7C%20win--64%20%7C%20osx--64%20-blue
1919
:target: https://pypi.org/project/clang-tools/
20-
:alt: Platfrom
20+
:alt: Platform
2121
.. |pypi-badge| image:: https://img.shields.io/pypi/dw/clang-tools
2222
:target: https://pypistats.org/packages/clang-tools
2323
:alt: PyPI - Downloads
2424

25-
|latest-version| |python-test| |codecov-badge| |sonar-badge| |platfrom-badge| |pypi-badge|
25+
|latest-version| |python-test| |codecov-badge| |sonar-badge| |platform-badge| |pypi-badge|
2626

2727
.. important::
2828
This package only manages binary executables (& corresponding symbolic links) that
@@ -132,21 +132,12 @@ Supported versions
132132
clang-format, clang-tidy, clang-query, clang-apply-replacements
133133
***************************************************************
134134
.. csv-table::
135-
:header: "Version", "19", "18", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7"
135+
:header: "Version", "20", "19", "18", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8"
136136
:stub-columns: 1
137137

138138
Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
139139
Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
140140
macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
141141

142142
.. warning::
143-
All clang-tidy v14+ builds for MacOS are still ~1.7 GB in size.
144-
145-
clang-tidy-19_macosx-amd64 size > 2GB, unable to upload to GitHub releases and get by clang-tools CLI.
146-
147-
------------
148-
149-
Thanks to the project
150-
`clang-tools-static-binaries <https://github.com/muttleyxd/clang-tools-static-binaries>`_.
151-
We now used the `fork repository <https://github.com/cpp-linter/clang-tools-static-binaries>`_
152-
that fixed the clang-tidy v14+ Segmentation fault (core dumped). see `#56 <https://github.com/cpp-linter/clang-tools-pip/issues/56>`_ for details and other related build issues.
143+
All clang-tidy v14+ builds for MacOS are still ~1.6 GB in size.

0 commit comments

Comments
 (0)