Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

clang-tools-prebuilt

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clang-tools-prebuilt

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

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
441
3.04%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

clang

FAQs

Package last updated on 18 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts