@@ -21,7 +21,7 @@ clang-tools Introduction
2121 :alt: PyPI - Downloads
2222
2323
24- Install clang-tools binaries (clang-format, clang-tidy) with pip.
24+ Install clang-tools binaries (clang-format, clang-tidy, clang-query and clang-apply-replacements ) with pip.
2525
2626.. important ::
2727 This package only manages binary executables (& corresponding symbolic links) that
@@ -32,6 +32,7 @@ Features
3232--------
3333
3434- Binaries are statically linked for improved portability.
35+ - Binaries can be specified installed for increased flexibility.
3536- Binaries are checked with SHA512 checksum. This ensures:
3637
3738 1. Downloads are not corrupted.
@@ -102,6 +103,12 @@ Or install to a specified directory
102103
103104 clang-tools --install 13 --directory .
104105
106+ Or install a specified tool, such as clang-format and clang-query version 14.
107+
108+ .. code-block :: shell
109+
110+ clang-tools --install 14 --tool clang-format clang-query
111+
105112 If the installed directory is in your path, you can run the installed tools.
106113
107114.. code-block :: shell
@@ -121,18 +128,8 @@ If the installed directory is in your path, you can run the installed tools.
121128 Supported versions
122129------------------
123130
124- clang-format
125- ************
126- .. csv-table ::
127- :header: "Version", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7"
128- :stub-columns: 1
129-
130- Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
131- Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
132- macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️
133-
134- clang-tidy
135- **********
131+ clang-format, clang-tidy, clang-query, clang-apply-replacements
132+ ***************************************************************
136133.. csv-table ::
137134 :header: "Version", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7"
138135 :stub-columns: 1
0 commit comments