@@ -3,7 +3,7 @@ clang-tools CLI
33
44**Install clang-format, clang-tidy, clang-query, and clang-apply-replacements binaries with clang-tools CLI. **
55
6- .. |latest-version | image :: https://img.shields.io/pypi/v/clang-tools
6+ .. |latest-version | image :: https://img.shields.io/pypi/v/clang-tools?color=blue
77 :target: https://pypi.org/project/clang-tools/
88 :alt: PyPI
99.. |python-test | image :: https://github.com/cpp-linter/clang-tools-pip/actions/workflows/python-test.yml/badge.svg
@@ -132,16 +132,18 @@ Supported versions
132132clang-format, clang-tidy, clang-query, clang-apply-replacements
133133***************************************************************
134134.. csv-table ::
135- :header: "Version", "18", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7"
135+ :header: "Version", "19", " 18", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7"
136136 :stub-columns: 1
137137
138- Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
139- Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
140- macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
138+ Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
139+ Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
140+ macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
141141
142142.. warning ::
143143 All clang-tidy v14+ builds for MacOS are still ~1.7 GB in size.
144144
145+ clang-tidy-19_macosx-amd64 size > 2GB, unable to upload to GitHub releases and get by clang-tools CLI.
146+
145147------------
146148
147149Thanks to the project
0 commit comments