blob: 675a32801987ae45fd1201fe22b3818eac618a31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# cgrep
`grep` for C/C++ source files.<br/>
cgrep uses libtooling, the latest tested version of LLVM is trunk 340121.<br/>
#Bulding
assuming you have the llvm/clang libraries, just run:<br/>
```bash
git clone https://github.com/bloodstalker/cgrep
git submodule init
git submodule update
make
```
|