sas / clang-cache

Clang caching daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clang-cache Build Status

Clang caching daemon

Building

Just type make :)

Or, for an out-of-tree build:

mkdir build
cd build
make -f ../Makefile

You will need GNU make, a gcc-compatible C++ compiler (clang++ works), a thrift compiler, and the thrift runtime library for C++.

Installing

make install will install everything to /usr/local. You can specify the prefix with make PREFIX=/usr install.

Usage

Take a look at the man page here.

About

Clang caching daemon

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 92.5%Language:Python 5.2%Language:Vim Script 1.6%Language:Objective-C 0.6%