Command Line Interface Options¶
clang-tools [-h] [-i VERSION] [-t TOOL [TOOL ...]] [-d DIR] [-f] [-b]
[-u VERSION]
- -i, --install¶
-
Install clang-tools about a specific version. This can be in the form of a semantic version specification (
x.y.z
,x.y
,x
). NOTE: A malformed version specification will cause a silent failure.