Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

clang-tools-prebuilt-test

hokein8MIT0.1.4

Install clang tools prebuilt binaries for the command-line use using npm

clang, clang-tools, clang-tidy, include-fixer

readme

clang-tools-prebuilt

Build Status

NPM

Install clang tools prebuilt binaries for command-line usage via npm. The module helps you easily install clang tools command for use without compile anything.

Currently, the module provides clang tools in clang-tools-extra:

Installation

Install all clang tools globally:

npm install -g clang-tools-prebuilt

Now you can run clang tools command:

clang-apply-replacements ...
clang-tidy ...
clang-rename ...
clang-include-fixer ...
find-all-symbols ...

About

It supports macOS and Linux.