File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 11# clang-tools
2-
3- [ ![ codecov] ( https://codecov.io/gh/shenxianpeng/clang-tools-pip/branch/master/graph/badge.svg?token=40G5ZOIRRR )] ( https://codecov.io/gh/shenxianpeng/clang-tools-pip ) [ ![ Python application] ( https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml/badge.svg )] ( https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml )
2+ [ ![ PyPI] ( https://img.shields.io/pypi/v/clang-tools )] ( https://pypi.org/project/clang-tools/ ) [ ![ Python test] ( https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml/badge.svg )] ( https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml ) [ ![ codecov] ( https://codecov.io/gh/shenxianpeng/clang-tools-pip/branch/master/graph/badge.svg?token=40G5ZOIRRR )] ( https://codecov.io/gh/shenxianpeng/clang-tools-pip )
43
54Install clang-tools (clang-format, clang-tidy) with pip.
65
@@ -9,13 +8,13 @@ Install clang-tools (clang-format, clang-tidy) with pip.
98### Install ` clang-tools ` with pip
109
1110``` bash
12- sudo pip install clang-tools
11+ $ sudo pip install clang-tools
1312```
1413
1514### Usage
1615
1716``` bash
18- sudo clang-tools --help
17+ $ sudo clang-tools --help
1918usage: clang-tools [-h] [-i INSTALL]
2019
2120optional arguments:
@@ -26,9 +25,15 @@ optional arguments:
2625For example
2726
2827``` bash
29- sudo clang-tools --install 13
30- ```
28+ $ sudo clang-tools --install 13
3129
32- ## TODO
30+ $ clang-format-13 --version
31+ clang-format version 13.0.0
3332
34- * Modidy ` clang-tools ` command parameter
33+ $ clang-tidy-13 --version
34+ LLVM (http://llvm.org/):
35+ LLVM version 13.0.0
36+ Optimized build.
37+ Default target: x86_64-unknown-linux-gnu
38+ Host CPU: skylake
39+ ```
You can’t perform that action at this time.
0 commit comments